.box {
    padding: 0.5rem 1.666667rem;
    box-sizing: border-box;
}
.message_title {
    font-size: 1.666667rem;
    text-align: left;
    font-weight: normal;
    line-height: 2.5rem;
    margin-top: 0.666667rem;
}
.massage_adjunct {
    padding: 0.666667rem 0 1.5rem 0;
}
.massage_adjunct>img {
    vertical-align: middle;
    display: inline-block;
    width: 1.666667rem;
    height: 1.666667rem;
    margin-right: 0.5rem;
}
.massage_adjunct ul {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.666667rem;
}
.massage_adjunct li {
    padding-right: 0.833333rem;
    margin-right: 0.833333rem;
    border-right: 1px solid #606060;
    font-size: 1rem;
    color: #606060;
    line-height: 1.0rem;
    display: inline-block;
}
.massage_adjunct li:last-child {
    border-right: 0;
}
.message_text p {
    font-size: 1.166667rem;
    line-height: 2.5rem;
    word-break: break-all;
    word-wrap: break-word;
}
.message_text img {
    width: 100%;
    height: auto;
}

/* banner */

.dis_banner_link {
    position: relative;
    display: block;
}
.dis_banner_box p.dis_banner_text {
    /*background: rgba(49, 49, 49, 0.6);*/
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
}

.dis_banner_box img {
	width:100%;
	height: auto;
}

/*产品推荐*/

.p-mo {
  background: #ffffff;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 0 17px;
}

.p-mo-tit {
  margin-top: 10px;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #e7e7e7;
  background: #ffffff;
  padding: 0 17px;
}
.p-mo-tit span {
  font-size: 17px;
  font-weight: bold;
}

.p-mo-tit__shu {
  width: 3px;
  height: 17px;
  vertical-align: middle;
  display: inline-block;
  background: #ff8181;
  border-radius: 3px;
}

.p-mo-tit__tit {
  vertical-align: middle;
  margin-left: 3px;
  color: #444444;
}

.p-zx-list li {
  overflow: hidden;
  padding: 13px 0;
  border-top: 1px solid #e5e5e5;
}
.p-zx-list li:nth-child(1) {
  border-top: 0;
}
.p-zx-list li a:visited .p-zx-list__desc {
  color: #9f9f9f;
}

.p-zx-list__desc {
  font-size: 16px;
  color: #4a4a4a;
}

.p-zx-list__single .p-zx-list__desc {
  padding-right: 120px;
}
.p-zx-list__single .p-zx-list__img {
  width: 109px;
  height: 75px;
  float: right;
}
.p-zx-list__single .p-zx-list__img p {
  width: 100%;
  height: 100%;
}

.p-zx-list__ctime {
  color: #959595;
  clear: both;
  margin-top: 3px;
  font-size: 12px;
}

.p-zx-list__img {
  overflow: hidden;
  float: left;
  width: 100%;
}
.p-zx-list__img p {
  width: 32%;
  float: left;
  padding: 0.5%;
}
.p-zx-list__img p img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.p-zx-list__more {
  display: block;
  background: #f5f5f5;
  height: 32px;
  line-height: 32px;
  color: #3f3f3f;
  border: 1px solid #ededed;
  text-align: center;
  margin-bottom: 12px;
  border-radius: 2px;
}
.p-zx-list__more:active {
  color: #25bba5;
}
.p-zx-list__more.style-hot {
  color: #fa7267;
  border: 1px solid #fa7267;
  background: #ffffff;
  height: 38px;
  line-height: 38px;
}
.p-zx-list__more.style-hot:active {
  background: #fa7267;
  color: #ffffff;
}

.p-share {
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
}

.p-share__img img {
  vertical-align: bottom;
  width: 100%;
}

.p-share__line {
  color: #868686;
  text-align: center;
  position: relative;
  margin: 18px 30px 0;
  height: 25px;
}
.p-share__line span {
  font-size: 14px;
  background: #ffffff;
  text-align: center;
  position: relative;
  padding: 0 10px;
}
.p-share__line:before {
  width: 100%;
  height: 1px;
  background: #dadada;
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
}

.p-share__btns {
  padding: 12px 30px 23px;
  overflow: hidden;
}
.p-share__btns a {
  width: 45%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #dadada;
  border-radius: 34px;
  display: block;
  color: #333333;
  font-size: 14px;
}
.p-share__btns a i {
  display: inline-block;
  background: url("//static.koocdn.com/project/m-koolearn/1.x/i/info-detail-share-ico.png?ad7462");
  background-size: 35px 13px;
  margin-right: 5px;
}
.p-share__btns a.wb {
  float: left;
}
.p-share__btns a.wb i {
  width: 18px;
  height: 13px;
  background-position: -17px 0;
}
.p-share__btns a.kj {
  float: right;
}
.p-share__btns a.kj i {
  width: 13px;
  height: 13px;
}

.p-share {
  padding: 15px 0px;
  background: #ffffff;
}

.p-rx-list li {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
  overflow: hidden;
}
.p-rx-list li:nth-child(1) {
  border-top: 0;
}
.p-rx-list li a:visited .p-name {
  color: #9f9f9f;
}

.p-rx-list__img {
  width: 109px;
  height: 75px;
  overflow: hidden;
  float: left;
  margin-top: 2px;
}
.p-rx-list__img img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.p-rx-list__nr {
  padding-left: 120px;
}
.p-rx-list__nr .p-payment {
  font-size: 12px;
}
.p-rx-list__nr .p-teacher {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  color: #959595;
}
.p-rx-list__nr .p-price {
  font-size: 12px;
  line-height: 22px;
  color: #959595;
}
.p-rx-list__nr .p-price span {
  font-size: 16px;
  color: #f14416;
}
.p-rx-list__nr .p-name {
  font-size: 16px;
  line-height: 20px;
}

.p-hottop .no-more {
  color: #ffffff;
  border: 1px solid #fa7267;
  background: #fa7267;
  height: 38px;
  line-height: 38px;
}