body {
  width: 100%;
  background: #f8f7f3;
}
body .yxh_container {
  width: 1200px;
  padding: 0px;
  position: relative;
}
body .yxh_container .yxh_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
body .yxh_container .yxh_banner .banner-pagination {
  position: absolute;
  bottom: 10px;
  z-index: 999;
  padding: 0 20px;
  text-align: right;
}
body .yxh_container .yxh_banner .banner-pagination .swiper-pagination-bullet {
  background: #FFF;
  opacity: 0.2;
}
body .yxh_container .yxh_banner .banner-pagination .swiper-pagination-bullet-active {
  background: #FFF;
  opacity: 1;
}
body .yxh_container .yxh_banner .yxh_botton > div {
  width: 30px;
  height: 30px;
  background: #3b89a9;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
}
body .yxh_container .yxh_bannerBottomtext {
  width: 100%;
  position: relative;
  overflow: hidden;
}
body .yxh_container .yxh_bannerBottomtext .textbox {
  width: 100%;
}
body .yxh_container .yxh_bannerBottomtext .textbox .text_info {
  font-size: 18px;
  color: #999;
  line-height: 30px;
  padding: 20px 0px;
  width: 100%;
}
body .yxh_container .yxh_bannerBottomtext .textbox .bottom_btn {
  width: 100%;
  overflow: hidden;
}
body .yxh_container .yxh_bannerBottomtext .textbox .bottom_btn .right_link {
  float: right;
  font-size: 12px;
  color: #333;
}
body .yxh_container .yxh_bannerBottomtext .textbox .bottom_btn .right_link img {
  margin-right: 10px;
  width: 22px;
  height: 21px;
  vertical-align: middle;
  display: inline-block;
}
body .yxh_container .yxh_bannerBottomtext .textbox .bottom_btn .right_link span {
  padding-left: 10px;
  font-size: 12px;
}
body .yxh_container .yxh_itemsbox {
  width: 100%;
  padding: 20px 0px;
}
body .yxh_container .yxh_itemsbox .rows {
  width: 100%;
}
body .yxh_container .yxh_itemsbox .rows > h5 {
  width: 100%;
  font-size: 18px;
  color: #14a6a3;
  font-weight: 600;
  margin-bottom: 20px;
}
body .yxh_container .yxh_itemsbox .rows > h5 span {
  font-size: 12px;
  margin-left: 10px;
}
body .yxh_container .yxh_preferential .rows .pre_top {
  width: 100%;
  padding: 20px;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 5px 5px 10px #999;
  overflow: hidden;
  margin-bottom: 20px;
}
body .yxh_container .yxh_preferential .rows .pre_top .imgbox {
  width: 155px;
  height: 225px;
  position: relative;
  margin-right: 45px;
  float: left;
}
body .yxh_container .yxh_preferential .rows .pre_top .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
}
body .yxh_container .yxh_preferential .rows .pre_top .text_box {
  width: 620px;
  float: left;
}
body .yxh_container .yxh_preferential .rows .pre_top .text_box > h5 {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .yxh_container .yxh_preferential .rows .pre_top .text_box > h5 a {
  color: #333;
}
body .yxh_container .yxh_preferential .rows .pre_top .text_box .bookInfo_color {
  font-size: 18px;
  color: #14a6a3;
  line-height: 22px;
  margin: 10px 0px 15px;
}
body .yxh_container .yxh_preferential .rows .pre_top .text_box .author {
  font-size: 12px;
  color: #5c5c5c;
  line-height: 18px;
  width: 100%;
  margin-bottom: 5px;
}
body .yxh_container .yxh_preferential .rows .pre_top .text_box .bookInfo {
  font-size: 12px;
  color: #999;
  line-height: 22px;
  width: 100%;
  margin-bottom: 5px;
}
body .yxh_container .yxh_preferential .rows .pre_top .text_box .price {
  font-size: 18px;
  color: #e14500;
  font-weight: 600;
}
body .yxh_container .yxh_preferential .rows .pre_top .text_box .price > span {
  margin-left: 10px;
  text-decoration: line-through;
  color: #999;
  font-weight: 400;
}
body .yxh_container .yxh_preferential .rows .pre_top .right_code {
  float: right;
  width: 330px;
}
body .yxh_container .yxh_preferential .rows .pre_top .right_code .codebox {
  width: 100%;
}
body .yxh_container .yxh_preferential .rows .pre_top .right_code .codebox #bookCode {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  background: #FFF;
  border: 1px solid #ebebeb;
  padding: 10px;
}
body .yxh_container .yxh_preferential .rows .pre_top .right_code .codebox #bookCode canvas {
  width: 100%;
  height: 100%;
}
body .yxh_container .yxh_preferential .rows .pre_top .right_code .codebox p {
  font-size: 14px;
  text-align: center;
  color: #14a6a3;
  line-height: 36px;
}
body .yxh_container .yxh_preferential .rows .pre_top .right_code .code_time {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
body .yxh_container .yxh_preferential .rows .pre_top .right_code .code_time .left_img {
  height: 24px;
  display: inline-block;
  margin-right: 10px;
}
body .yxh_container .yxh_preferential .rows .pre_top .right_code .code_time .timeText {
  font-size: 14px;
  color: #14a6a3;
  line-height: 24px;
  display: inline-block;
}
body .yxh_container .yxh_preferential .rows .pre_box {
  width: 100%;
}
body .yxh_container .yxh_preferential .rows .pre_box .pre_list {
  width: 100%;
  overflow: hidden;
  padding: 10px 0px 30px;
}
body .yxh_container .yxh_preferential .rows .pre_box .pre_list .pre_item {
  width: 155px;
  float: left;
  overflow: hidden;
  margin-right: 54px;
}
body .yxh_container .yxh_preferential .rows .pre_box .pre_list .pre_item .imgbox {
  width: 100%;
  height: 225px;
  position: relative;
}
body .yxh_container .yxh_preferential .rows .pre_box .pre_list .pre_item .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
}
body .yxh_container .yxh_preferential .rows .pre_box .pre_list .pre_item .textbox {
  width: 100%;
  padding-top: 10px;
}
body .yxh_container .yxh_preferential .rows .pre_box .pre_list .pre_item .textbox > h5 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
body .yxh_container .yxh_preferential .rows .pre_box .pre_list .pre_item .textbox .pricebox {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  color: #e14500;
}
body .yxh_container .yxh_preferential .rows .pre_box .pre_list .pre_item .textbox .pricebox .oldPrice {
  display: block;
  text-decoration: line-through;
  color: #999;
}
body .yxh_container .yxh_preferential .rows .pre_box .pre_list .pre_item .textbox .pricebox .price {
  float: left;
}
body .yxh_container .yxh_preferential .rows .pre_box .pre_list .pre_item:nth-child(6n) {
  margin-right: 0px;
}
body .yxh_container .yxh_preferential .rows .pre_box .bottom_btn {
  width: 100%;
  overflow: hidden;
}
body .yxh_container .yxh_preferential .rows .pre_box .bottom_btn .right_link {
  float: right;
  font-size: 12px;
  color: #333;
}
body .yxh_container .yxh_preferential .rows .pre_box .bottom_btn .right_link img {
  margin-right: 10px;
  width: 22px;
  height: 21px;
  vertical-align: middle;
  display: inline-block;
}
body .yxh_container .yxh_preferential .rows .pre_box .bottom_btn .right_link span {
  padding-left: 10px;
  font-size: 12px;
}
body .yxh_container .yxh_manghe .rows .manghe_top {
  width: 100%;
  height: 315px;
  background-position: center;
  background-image: url(../images/yxh/yxh_mangheBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
}
body .yxh_container .yxh_manghe .rows .manghe_top .times {
  width: 100%;
  text-align: right;
}
body .yxh_container .yxh_manghe .rows .manghe_top .times img {
  height: 24px;
  display: inline-block;
  margin-right: 10px;
}
body .yxh_container .yxh_manghe .rows .manghe_top .times .time_text {
  font-size: 14px;
  color: #FFF;
  line-height: 24px;
  display: inline-block;
}
body .yxh_container .yxh_manghe .rows .manghe_top .manghe_top_list {
  width: 100%;
  overflow: hidden;
  padding: 10px 0px 0px 470px;
}
body .yxh_container .yxh_manghe .rows .manghe_top .manghe_top_list .mh_items {
  float: left;
  width: 200px;
  margin: 0 15px;
}
body .yxh_container .yxh_manghe .rows .manghe_top .manghe_top_list .mh_items a .imgbox {
  display: block;
  width: 100px;
  height: 140px;
  position: relative;
  margin: 0 auto 5px;
}
body .yxh_container .yxh_manghe .rows .manghe_top .manghe_top_list .mh_items a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}
body .yxh_container .yxh_manghe .rows .manghe_top .manghe_top_list .mh_items a .textbox {
  text-align: center;
  width: 100%;
}
body .yxh_container .yxh_manghe .rows .manghe_top .manghe_top_list .mh_items a .textbox > h5 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .yxh_container .yxh_manghe .rows .manghe_top .manghe_top_list .mh_items a .textbox .nums {
  font-size: 12px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .yxh_container .yxh_manghe .rows .manghe_top .manghe_top_list .mh_items a .textbox .price {
  font-size: 24px;
  color: #FFF;
  line-height: 32px;
}
body .yxh_container .yxh_manghe .rows .manghe_top .manghe_top_list .mh_items a .textbox .lookMore {
  font-size: 14px;
  color: #333;
}
body .yxh_container .yxh_goodbook .rows .goodbook_list {
  width: 100%;
  overflow: hidden;
}
body .yxh_container .yxh_goodbook .rows .goodbook_list .goodbook_items {
  width: 570px;
  margin: 0px 60px 30px 0px;
  float: left;
  padding: 20px;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 5px 5px 10px #999;
}
body .yxh_container .yxh_goodbook .rows .goodbook_list .goodbook_items .imgbox {
  width: 155px;
  height: 225px;
  position: relative;
  margin-right: 20px;
  float: left;
}
body .yxh_container .yxh_goodbook .rows .goodbook_list .goodbook_items .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
}
body .yxh_container .yxh_goodbook .rows .goodbook_list .goodbook_items .text_box {
  width: 355px;
  float: left;
}
body .yxh_container .yxh_goodbook .rows .goodbook_list .goodbook_items .text_box > h5 {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .yxh_container .yxh_goodbook .rows .goodbook_list .goodbook_items .text_box > h5 a {
  color: #333;
}
body .yxh_container .yxh_goodbook .rows .goodbook_list .goodbook_items .text_box .bookInfo_color {
  font-size: 14px;
  color: #14a6a3;
  line-height: 22px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .yxh_container .yxh_goodbook .rows .goodbook_list .goodbook_items .text_box .author {
  font-size: 12px;
  color: #5c5c5c;
  line-height: 18px;
  height: 36px;
  width: 100%;
  margin: 10px 0px 6px;
  overflow: hidden;
}
body .yxh_container .yxh_goodbook .rows .goodbook_list .goodbook_items .text_box .bookInfo {
  font-size: 12px;
  color: #999;
  line-height: 22px;
  width: 100%;
  margin-bottom: 15px;
  max-height: 110px;
  overflow: hidden;
}
body .yxh_container .yxh_goodbook .rows .goodbook_list .goodbook_items .text_box .price {
  font-size: 14px;
  color: #e14500;
  font-weight: 600;
  overflow: hidden;
}
body .yxh_container .yxh_goodbook .rows .goodbook_list .goodbook_items .text_box .price > span {
  margin-right: 10px;
}
body .yxh_container .yxh_goodbook .rows .goodbook_list .goodbook_items .text_box .price .oldPrice {
  text-decoration: line-through;
  color: #999;
  font-size: 12px;
}
body .yxh_container .yxh_goodbook .rows .goodbook_list .goodbook_items .text_box .price .right_btn {
  float: right;
}
body .yxh_container .yxh_goodbook .rows .goodbook_list .goodbook_items .text_box .price .right_btn a {
  font-size: 12px;
  color: #14a6a3;
  line-height: 21px;
  display: block;
  overflow: hidden;
}
body .yxh_container .yxh_goodbook .rows .goodbook_list .goodbook_items .text_box .price .right_btn a img {
  margin-right: 10px;
  width: 22px;
  height: 21px;
  float: left;
}
body .yxh_container .yxh_goodbook .rows .goodbook_list .goodbook_items:nth-child(2n) {
  margin-right: 0px;
}
body .yxh_container .yxh_goodbook .rows .getMoreList {
  width: 100%;
  margin: 10px 0px;
  background: #0ea7a2;
  color: #FFF;
  padding: 4px 0px;
  cursor: pointer;
}
body .yxh_container .yxh_goodbook .rows .getMoreList p {
  text-align: center;
  color: #FFF;
  font-size: 14px;
}
body .yxh_container .yxh_goodbook .rows .getMoreList span {
  display: block;
  color: #FFF;
  font-size: 14px;
  text-align: center;
}
body .yxh_container .yxh_fiexdRight {
  width: 1200px;
  position: fixed;
  top: 0px;
  left: 50%;
  margin-left: -600px;
}
body .yxh_container .yxh_fiexdRight .code_fixed {
  width: 90px;
  height: 175px;
  position: absolute;
  top: 100px;
  right: -150px;
  background-image: url(../images/yxh/yxh_rightFixed.jpg);
}
body .yxh_container .yxh_fiexdRight .code_fixed #codeRight {
  width: 80px;
  height: 80px;
  margin: 5px;
  padding: 4px;
  background: #FFF;
}
body .yxh_container .yxh_fiexdRight .code_fixed #codeRight canvas {
  width: 100%;
  height: 100%;
}
body .yxh_m_container {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
body .yxh_m_container .yxh_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
body .yxh_m_container .yxh_banner .banner-pagination {
  display: none;
}
body .yxh_m_container .yxh_fiexdRight {
  width: 100%;
}
body .yxh_m_container .yxh_fiexdRight .code_fixed {
  width: 100%;
}
body .yxh_m_container .yxh_fiexdRight .code_fixed #codeRight {
  width: 2.2rem;
  height: 2.2rem;
  margin: 0.1rem auto;
  padding: 0.1rem;
  background: #FFF;
  border: 1px solid #333;
  display: block;
}
body .yxh_m_container .yxh_fiexdRight .code_fixed #codeRight canvas {
  width: 100%;
  height: 100%;
  display: none ;
}
body .yxh_m_container .yxh_fiexdRight .code_fixed #codeRight img {
  width: 100%;
  height: 100%;
}
body .yxh_m_container .yxh_fiexdRight .code_fixed p {
  font-size: 0.3rem;
  text-align: center;
  width: 100%;
  line-height: 0.4rem;
}
body .yxh_m_container .yxh_bannerBottomtext {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 0.3rem;
}
body .yxh_m_container .yxh_bannerBottomtext .textbox {
  width: 100%;
}
body .yxh_m_container .yxh_bannerBottomtext .textbox .text_info {
  font-size: 0.32rem;
  color: #333;
  line-height: 0.6rem;
  padding: 0.2rem 0px;
  width: 100%;
}
body .yxh_m_container .yxh_bannerBottomtext .textbox .bottom_btn {
  width: 100%;
  overflow: hidden;
}
body .yxh_m_container .yxh_bannerBottomtext .textbox .bottom_btn .leftImg {
  width: 60%;
  float: left;
  margin: 0.1rem 0px;
}
body .yxh_m_container .yxh_bannerBottomtext .textbox .bottom_btn .right_link {
  float: right;
  font-size: 0.3rem;
  color: #0BA7A3;
}
body .yxh_m_container .yxh_bannerBottomtext .textbox .bottom_btn .right_link img {
  margin-right: 0.1rem;
  width: 0.4rem;
  height: 0.4rem;
  vertical-align: middle;
  display: inline-block;
}
body .yxh_m_container .yxh_bannerBottomtext .textbox .bottom_btn .right_link span {
  padding-left: 0.1rem;
  font-size: .24rem;
}
body .yxh_m_container .yxh_itemsbox {
  width: 100%;
}
body .yxh_m_container .yxh_itemsbox .rows {
  width: 100%;
}
body .yxh_m_container .yxh_itemsbox .rows > h5 {
  width: 100%;
  font-size: 0.48rem;
  color: #14a6a3;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
body .yxh_m_container .yxh_itemsbox .rows > h5 span {
  font-size: 0.3rem;
  margin-left: 0.14rem;
}
body .yxh_m_container .yxh_preferential {
  padding: 0.6rem 0.3rem 0;
}
body .yxh_m_container .yxh_preferential .rows .pre_top {
  width: 100%;
  padding: 0.4rem;
  background: #FFF;
  border-radius: 0.1rem;
  box-shadow: 0.1rem 0.1rem 0.2rem #999;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
body .yxh_m_container .yxh_preferential .rows .pre_top .imgbox {
  width: 3.1rem;
  height: 4.5rem;
  position: relative;
  margin: 0 auto;
}
body .yxh_m_container .yxh_preferential .rows .pre_top .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
}
body .yxh_m_container .yxh_preferential .rows .pre_top .text_box {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0.2rem 0px;
}
body .yxh_m_container .yxh_preferential .rows .pre_top .text_box > h5 {
  font-size: 0.36rem;
  color: #333;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .yxh_m_container .yxh_preferential .rows .pre_top .text_box > h5 a {
  color: #333;
}
body .yxh_m_container .yxh_preferential .rows .pre_top .text_box .bookInfo_color {
  font-size: 0.3rem;
  color: #14a6a3;
  line-height: 0.44rem;
  margin-bottom: 0.45rem;
}
body .yxh_m_container .yxh_preferential .rows .pre_top .text_box .author {
  font-size: 0.24rem;
  color: #5c5c5c;
  line-height: 0.36rem;
  width: 100%;
  margin: 0.2rem 0px 0.3rem;
}
body .yxh_m_container .yxh_preferential .rows .pre_top .right_code {
  float: right;
  width: 100%;
}
body .yxh_m_container .yxh_preferential .rows .pre_top .right_code .code_time {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
body .yxh_m_container .yxh_preferential .rows .pre_top .right_code .code_time .left_img {
  height: 0.48rem;
  margin-bottom: 0.1rem;
}
body .yxh_m_container .yxh_preferential .rows .pre_top .right_code .code_time .timeText {
  font-size: 0.3rem;
  color: #14a6a3;
  line-height: 0.5rem;
}
body .yxh_m_container .yxh_preferential .rows .pre_box {
  width: 100%;
}
body .yxh_m_container .yxh_preferential .rows .pre_box .pre_list {
  width: 100%;
  overflow: hidden;
  padding: 0.2rem 0px;
}
body .yxh_m_container .yxh_preferential .rows .pre_box .pre_list .pre_item {
  width: 1.9rem;
  float: left;
  overflow: hidden;
  margin-right: 0.56rem;
  margin-top: 0.4rem;
}
body .yxh_m_container .yxh_preferential .rows .pre_box .pre_list .pre_item .imgbox {
  width: 100%;
  height: 2.75rem;
  position: relative;
}
body .yxh_m_container .yxh_preferential .rows .pre_box .pre_list .pre_item .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
}
body .yxh_m_container .yxh_preferential .rows .pre_box .pre_list .pre_item .textbox {
  width: 100%;
  padding-top: 10px;
}
body .yxh_m_container .yxh_preferential .rows .pre_box .pre_list .pre_item .textbox > h5 {
  font-size: 0.24rem;
  font-weight: 600;
  color: #333;
  line-height: 0.4rem;
  height: 0.8rem;
  overflow: hidden;
}
body .yxh_m_container .yxh_preferential .rows .pre_box .pre_list .pre_item .textbox .pricebox {
  width: 100%;
  overflow: hidden;
  font-size: 0.24rem;
  font-weight: 600;
  color: #e14500;
}
body .yxh_m_container .yxh_preferential .rows .pre_box .pre_list .pre_item .textbox .pricebox .price {
  float: left;
  display: block;
  width: 100%;
}
body .yxh_m_container .yxh_preferential .rows .pre_box .pre_list .pre_item .textbox .pricebox .oldPrice {
  text-decoration: line-through;
  color: #999;
  line-height: 0.4rem;
  height: 0.4rem;
  display: block;
  width: 100%;
}
body .yxh_m_container .yxh_preferential .rows .pre_box .pre_list .pre_item:nth-child(3n) {
  margin-right: 0px;
}
body .yxh_m_container .yxh_preferential .rows .pre_box .bottom_btn {
  width: 100%;
  overflow: hidden;
}
body .yxh_m_container .yxh_preferential .rows .pre_box .bottom_btn .leftImg {
  width: 60%;
  float: left;
  margin: 0.1rem 0px;
}
body .yxh_m_container .yxh_preferential .rows .pre_box .bottom_btn .right_link {
  float: right;
  font-size: 0.3rem;
  color: #0BA7A3;
}
body .yxh_m_container .yxh_preferential .rows .pre_box .bottom_btn .right_link img {
  margin-right: 0.1rem;
  width: 0.4rem;
  height: 0.4rem;
  vertical-align: middle;
  display: inline-block;
}
body .yxh_m_container .yxh_preferential .rows .pre_box .bottom_btn .right_link span {
  padding-left: 0.1rem;
  font-size: .24rem;
}
body .yxh_m_container .yxh_manghe {
  padding: 0.6rem 0 0;
}
body .yxh_m_container .yxh_manghe .rows > h5 {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
body .yxh_m_container .yxh_manghe .rows .manghe_top {
  width: 100%;
  height: 8.9rem;
  background-position: center;
  background-image: url(../images/yxh/yxh_m_mangheBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
body .yxh_m_container .yxh_manghe .rows .manghe_top .times {
  width: 100%;
  padding: 0.3rem 0.2rem;
}
body .yxh_m_container .yxh_manghe .rows .manghe_top .times img {
  height: 0.4rem;
  display: inline-block;
  margin-right: 0.1rem;
}
body .yxh_m_container .yxh_manghe .rows .manghe_top .times .time_text {
  font-size: 0.32rem;
  color: #FFF;
  line-height: 0.4rem;
  display: inline-block;
}
body .yxh_m_container .yxh_manghe .rows .manghe_top .manghe_top_list {
  width: 100%;
  overflow: hidden;
  padding-top: 3.4rem;
}
body .yxh_m_container .yxh_manghe .rows .manghe_top .manghe_top_list .mh_items {
  float: left;
  width: 2.3rem;
  margin: 0 0.1rem;
}
body .yxh_m_container .yxh_manghe .rows .manghe_top .manghe_top_list .mh_items a .imgbox {
  display: block;
  width: 1.54rem;
  height: 2.14rem;
  position: relative;
  margin: 0 auto 0.1rem;
}
body .yxh_m_container .yxh_manghe .rows .manghe_top .manghe_top_list .mh_items a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}
body .yxh_m_container .yxh_manghe .rows .manghe_top .manghe_top_list .mh_items a .textbox {
  text-align: center;
  width: 100%;
}
body .yxh_m_container .yxh_manghe .rows .manghe_top .manghe_top_list .mh_items a .textbox > h5 {
  font-size: 0.3rem;
  font-weight: 600;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .yxh_m_container .yxh_manghe .rows .manghe_top .manghe_top_list .mh_items a .textbox .nums {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .yxh_m_container .yxh_manghe .rows .manghe_top .manghe_top_list .mh_items a .textbox .price {
  font-size: 0.36rem;
  color: #FFF;
  line-height: 0.6rem;
}
body .yxh_m_container .yxh_manghe .rows .manghe_top .manghe_top_list .mh_items a .textbox .lookMore {
  font-size: 0.24rem;
  color: #333;
}
body .yxh_m_container .yxh_goodbook {
  padding: 0.6rem 0.3rem 0.4rem;
}
body .yxh_m_container .yxh_goodbook .rows .goodbook_list {
  width: 100%;
}
body .yxh_m_container .yxh_goodbook .rows .goodbook_list .goodbook_items {
  width: 100%;
  float: left;
  padding: 0.2rem;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 5px 5px 10px #999;
  margin-bottom: 0.4rem;
}
body .yxh_m_container .yxh_goodbook .rows .goodbook_list .goodbook_items .imgbox {
  width: 1.79rem;
  height: 2.59rem;
  position: relative;
  margin-right: 0.2rem;
  float: left;
}
body .yxh_m_container .yxh_goodbook .rows .goodbook_list .goodbook_items .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
}
body .yxh_m_container .yxh_goodbook .rows .goodbook_list .goodbook_items .text_box {
  width: 4.4rem;
  height: 2.59rem;
  position: relative;
  float: left;
}
body .yxh_m_container .yxh_goodbook .rows .goodbook_list .goodbook_items .text_box > h5 {
  font-size: 0.24rem;
  color: #333;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .yxh_m_container .yxh_goodbook .rows .goodbook_list .goodbook_items .text_box > h5 a {
  color: #333;
}
body .yxh_m_container .yxh_goodbook .rows .goodbook_list .goodbook_items .text_box .author {
  font-size: 0.24rem;
  color: #5c5c5c;
  line-height: 0.36rem;
  width: 100%;
  margin: 0.2rem 0px;
  overflow: hidden;
}
body .yxh_m_container .yxh_goodbook .rows .goodbook_list .goodbook_items .text_box .price {
  font-size: 0.26rem;
  color: #e14500;
  font-weight: 600;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
body .yxh_m_container .yxh_goodbook .rows .goodbook_list .goodbook_items .text_box .price > span {
  margin-right: 0.1rem;
}
body .yxh_m_container .yxh_goodbook .rows .goodbook_list .goodbook_items .text_box .price .oldPrice {
  text-decoration: line-through;
  color: #999;
  font-size: 0.24rem;
}
body .yxh_m_container .yxh_goodbook .rows .goodbook_list .goodbook_items .text_box .price .right_btn {
  float: right;
}
body .yxh_m_container .yxh_goodbook .rows .goodbook_list .goodbook_items .text_box .price .right_btn span {
  font-size: 0.24rem;
  color: #14a6a3;
  line-height: 0.34rem;
  display: block;
  overflow: hidden;
}
body .yxh_m_container .yxh_goodbook .rows .goodbook_list .goodbook_items .text_box .price .right_btn span img {
  margin-right: 0.1rem;
  width: 0.34rem;
  height: 0.34rem;
  float: left;
}
body .yxh_m_container .yxh_goodbook .rows .goodbook_list .goodbook_items:nth-child(2n) {
  margin-right: 0px;
}
body .yxh_m_container .yxh_goodbook .rows .getMoreList {
  width: 100%;
  margin: 0.1rem 0px;
  color: #FFF;
  cursor: pointer;
}
body .yxh_m_container .yxh_goodbook .rows .getMoreList p {
  text-align: center;
  color: #0ea7a2;
  font-size: 0.28rem;
}
body .yxh_m_container .yxh_goodbook .rows .getMoreList span {
  display: block;
  color: #0ea7a2;
  font-size: 0.3rem;
  text-align: center;
}
body .yxh_m_container .bottom_logobox {
  width: 6.9rem;
  padding: 0.3rem 0rem;
  margin: 0 auto;
  border-top: 1px solid #333;
}
body .yxh_m_container .bottom_logobox .logo {
  width: 1.4rem;
  display: block;
  margin: 0 auto 0.4rem;
}
body .yxh_m_container .bottom_logobox .codes {
  width: 2.4rem;
  display: block;
  margin: 0 auto;
}
