.flexcss {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -webkit-flex;
}
body {
  background: #eff1f4;
  font-family: "微软雅黑";
}
.fixedkefu {
  cursor: pointer;
}
.zxkefu {
  cursor: pointer;
}
.centerpagebox {
  width: 80%;
  margin: 0 auto;
}
.guidelink {
  margin-top: 20px;
  line-height: 28px;
}
.baseinfobox {
  width: calc(100% - 100px);
  height: auto;
  margin-top: 30px;
  background-color: #FFFFFF;
  padding: 60px 60px 30px 40px;
}
.baseinfobox:after {
  content: '';
  display: block;
  clear: both;
}
.baseCleft {
  width: 30%;
  height: 360px;
}
.baseCleft .bookImg {
  height: 100%;
  margin: 0 auto;
}
.baseCright {
  width: 65%;
  height: auto;
  margin-left: 30px;
}
.baseCright .SP_title {
  font-weight: bold;
  font-size: 28px;
  padding: 10px 0 10px 0;
  line-height: 40px;
}
.baseCright .SP_title2 {
  font-size: 18px;
  margin-bottom: 15px;
}
.baseCright .SP_detail {
  margin: 10px 0 40px 0;
  font-size: 14px;
}
.baseCright .SP_button a {
  display: inline-block;
  width: 130px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  border: 1px solid #f39600;
  background-color: #f39600;
  font-size: 16px;
  margin-right: 30px;
  color: #fff;
}
.baseCright .SP_button a:hover {
  text-decoration: underline;
}
.whitebg {
  background-color: #FFFFFF;
  margin-top: 30px;
}
.whitebox_title {
  padding: 30px;
  font-size: 18px;
}
.bord_bottom {
  border-bottom: 2px solid #EEEEEE;
}
.special_list li {
  padding: 14px 50px;
  border-bottom: 2px solid #EEEEEE;
}
.special_list .rpt_name {
  font-size: 16px;
  display: inline-block;
  width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.special_list .rpt_price {
  display: inline-block;
  width: 20%;
  font-size: 16px;
}
.special_list .rpt_price .redfont {
  font-weight: bold;
  font-size: 20px;
}
.special_list .chebox input[type='checkbox'] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.special_list .chebox em {
  display: inline-block;
  position: relative;
  top: -4px;
}
.settlement {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #b9dcf6;
  font-size: 16px;
}
.settlement span {
  display: inline-block;
}
.settlement .selectednum {
  width: 32%;
  text-align: right;
}
.settlement .original_price {
  text-align: right;
  width: 27%;
  text-decoration: line-through;
}
.settlement .current_price {
  text-align: right;
  width: 23%;
}
.settlement .current_price .redfont {
  font-weight: bold;
  font-size: 20px;
}
.settlement .purchase_btn {
  display: inline-block;
  width: 115px;
  height: 40px;
  text-align: center;
  background-color: #f39600;
  line-height: 40px;
  color: #FFFFFF;
  margin-left: 60px;
}
.swiper-box {
  position: relative;
  padding-bottom: 30px;
}
.swiper-container {
  width: 90%;
  height: auto;
}
.swiper-slide {
  text-align: center;
  padding-top: 20px;
}
.swiper-slide img {
  width: 80%;
  height: auto;
  -webkit-transition: linear 0.5s;
  -moz-transition: linear 0.5s;
  -ms-transition: linear 0.5s;
  -o-transition: linear 0.5s;
  transition: linear 0.5s;
}
.swiper-slide img:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.swiper-button-next,
.swiper-button-prev {
  margin-top: 0;
}
.swiper-button-next {
  background-image: url(../image/swipeArrows.png);
  transform: rotate(180deg);
  right: 30px;
  left: auto;
}
.swiper-button-prev {
  background-image: url(../image/swipeArrows.png);
  right: auto;
  left: 30px;
}
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.rpt_list,
.rongyu {
  padding: 0 65px;
}
.rpt_list ul:after,
.rongyu ul:after {
  display: block;
  clear: both;
  content: "";
}
.rpt_list ul li,
.rongyu ul li {
  margin-bottom: 10px;
  float: left;
  width: 20%;
  height: auto;
  text-align: center;
}
.rpt_list ul li .fwn,
.rongyu ul li .fwn {
  font-size: 14px;
  margin-top: 20px;
}
.rpt_list .bookImg,
.rongyu .bookImg {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.rpt_list .customimg img,
.rongyu .customimg img {
  border: 1px solid #EEEEEE;
  margin-top: 20px;
}
.purchase_btn {
  cursor: pointer;
}
.purchase_btn:hover {
  text-decoration: underline;
}
.rongyu-title {
  padding: 30px 30px 10px 30px;
  margin-bottom: 20px;
  font-size: 18px;
}
.wid {
  width: 80%;
  text-align: left;
  margin: 0 auto;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.original-price{
display:inline-block;
margin-left:10px;
text-decoration:line-through;
color:#999;
}
