* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

html {
  font-size: calc(10vw / 3.75);
}

html ::-webkit-scrollbar {
  display: none;
}

html,
body {
  margin: 0;
  padding: 0;
  /*height: 100%;*/
}

/*弹窗纯净版*/

.pure-confirm {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.pure-confirm .pure-confirm-con {
  width: 66.7%;
  background: #fff;
  border-radius: 0.6rem;
  position: absolute;
  top: 18rem;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}

.pure-confirm-con h3 {
  margin: 0;
  text-align: center;
  font-size: 1.8rem;
  color: #192432;
  line-height: 1.5;
  padding: 2.24rem 0 0.7rem;
}

.pure-confirm-con p {
  margin: 0;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 1.4rem;
  min-height: 1.68rem;
  color: #192432;
  line-height: 1.5;
  padding: 0.4rem 1.5rem 1.4rem;
  margin-bottom: 1.4rem;
}

.pure-confirm-btns {
  border-top: 0.2rem solid #d4d4d4;
  height: 4.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pure-confirm-btns button {
  background: #fff;
  border: none;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  line-height: 4.4rem;
  font-size: 1.5rem;
  color: #192432;
  padding: 0;
  margin: 0;
}

.pure-confirm-btns button:active {
  opacity: 0.6;
}

.pure-confirm-btns button:last-child {
  background: linear-gradient(-16deg, rgba(47, 146, 247, 1) 0%, rgba(47, 169, 247, 1) 100%);
  color: #fff;
}

.pure-action-sheet {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.pure-action-sheet ul {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

.pure-action-sheet ul.ul_show {
  animation: moveSheet 0.2s linear;
}

@keyframes moveSheet {
  0% {
    bottom: -20rem;
  }
  100% {
    bottom: 0;
  }
}

.pure-action-sheet ul li {
  width: 100%;
  height: 4.2rem;
  background: #fff;
  text-align: center;
  line-height: 4.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-top: 0.1rem solid #f7f7f7;
  font-size: 1.5rem;
}
.pure-action-sheet ul li:first-child {
  border-top: 1px solid #c0c0c0;
}

.pure-action-sheet ul li.close {
  border-top: 0.3rem solid #efeef3;
}

.pure-toast {
  width: 11rem;
  height: 11rem;
  -webkit-border-radius: 1.1rem;
  -moz-border-radius: 1.1rem;
  border-radius: 1.1rem;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 18rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 101;
}

.pure-toast:before {
  content: '';
  width: 100vw;
  height: 100vh;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.pure-toast:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/loading-2.gif');
  background-repeat: no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: center 1.5rem;
}

.pure-toast-success:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/ID-success.png');
  background-repeat: no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: center 1.5rem;
}

.pure-toast-fail:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/ID-fail.png');
  background-repeat: no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: center 1.5rem;
}

.pure-toast p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 1rem;
  width: 100%;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  /* padding-top: 4.4rem; */
  padding-bottom: 7.5rem;
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}

.nav {
  width: 100%;
  height: 4.4rem;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
}

.nav .back {
  width: 5.6rem;
  height: 4.4rem;
  background: #f6f6f8;
  border-radius: 0 0 1.2rem 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.nav .back a {
  text-decoration: none;
  width: 5.6rem;
  height: 4.4rem;
  background: #fff url('../img/home_icon_back_black.png') 1.5rem center no-repeat;
  background-size: 1rem 1.7rem;
  border-radius: 0 1.2rem 0 0;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
}

.nav .share_btn {
  width: 4.4rem;
  height: 4.4rem;
  background: url('../img/details_icon_operation_share.png') center center no-repeat;
  background-size: 2.8rem 2.8rem;
  float: right;
}

.nav .hd-info {
  /* width: 34.2rem; */
  height: 4.4rem;
  background-color: #fff;
}
.nav .hd-info p {
  width: 100%;
  height: 4.4rem;
  background-color: #f6f6f8;
  line-height: 4.4rem;
  font-size: 1.4rem;
  border-radius: 0 0 0 1.2rem;
  color: #192432;
  box-sizing: border-box;
  padding-left: 1.5rem;
  position: absolute;
  left: 5.6rem;
  top: 0;
  margin: 0;
}
.nav .hd-info .btn {
  width: 8rem;
  height: 2.8rem;
  background: #127aff;
  border-radius: 0.4rem;
  text-align: center;
  line-height: 2.8rem;
  font-size: 1.2rem;
  color: #ffffff;
  position: absolute;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
}

body {
  background: #fff;
  font-size: 1.4rem;
}

body .article-title {
  padding: 1.8rem 1.6rem;
  font-size: 2rem;
  color: #192432;
  font-weight: bold;
  border-bottom: 0.1rem solid #ddd;
}

body .article-main-info {
  display: flex;
  padding: 0 1.6rem;
  height: 5.4rem;
  line-height: 5.4rem;
  color: #adb8c5;
}

body .article-main-info {
  padding: 0.5rem 1.6rem;
  margin-bottom: 1.6rem;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

body .article-main-info .article-worker,
body .article-main-info .publish-time,
body .article-main-info .article-tag {
  flex: 1;
}

body .article-main-info .article-worker.publish-time,
body .article-main-info .article-tag {
  text-align: center;
}

body .article-main-info .article-worker.article-tag,
body .article-main-info .publish-time.article-tag,
body .article-main-info .article-tag.article-tag {
  text-align: right;
}

body .article-main-info .article-worker.article-tag span.tag,
body .article-main-info .publish-time.article-tag span.tag,
body .article-main-info .article-tag.article-tag span.tag {
  display: inline-block;
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  padding: 0 1.6rem;
  vertical-align: middle;
  color: #127aff;
  background-color: #c0e5fa;
  border-radius: 0.4rem;
}

.article-main-box {
  padding-left: 4.4rem;
  background: url('../img/logo.png') left center no-repeat;
  background-size: 3.6rem 3.6rem;
}

body .article-main-info .article-worker {
  color: #192432;
  font-size: 1.4rem;
  line-height: 1.5;
}

body .article-main-info .article-worker .tag {
  border-left: 0.1rem solid #666666;
  padding-left: 1.2rem;
  line-height: 1.2rem;
  font-size: 1.3rem;
  color: #666;
  margin-left: 1.2rem;
  display: inline-block;
  height: 1.2rem;
  vertical-align: initial;
}

body .article-main-info .publish-time {
  line-height: 1.5;
  font-size: 1.2rem;
  text-align: left;
}

body .article-main-info .yd-counts {
  font-size: 1.1rem;
  color: #adb8c5;
  padding-left: 2.1rem;
  background: url('../img/details_icon_hot.png') left center no-repeat;
  background-size: 1.3rem 1.5rem;
}

body .rich-text {
  padding: 0 1.6rem;
}

body .rich-text p {
  font-size: 1.5rem !important;
  color: #192432;
}

body .rich-text span {
  font-size: 1.5rem !important;
  color: #192432;
}

.praise_box {
}

.praise_box .praise {
  width: 7rem;
  height: 7rem;
  border: 0.1rem solid #e0e0e0;
  border-radius: 50%;
  margin: 3.5rem auto 1.3rem;
  padding-top: 4.6rem;
  text-align: center;
  color: #adb8c5;
  font-size: 1.2rem;
  line-height: 1;
  background: url('../img/new/details_icon_operation_fab.png') center 1.6rem no-repeat;
  background-size: 2.8rem 2.8rem;
}

.on_like_article .praise {
  background: url('../img/new/details_icon_operation_fab_02.png') center 1.6rem no-repeat;
  background-size: 2.8rem 2.8rem;
  color: #127aff;
  border: 0.1rem solid #127aff;
}

.praise_box p {
  font-size: 1.2rem;
  line-height: 1;
  color: #192432;
  text-align: center;
  margin: 0 0 4.4rem;
}

#product_list {
  display: none;
}

.list {
  border-top: 0.1rem solid #efeff4;
  padding: 0.9rem 1.5rem 0;
  /*min-height: 25rem;*/
  position: relative;
}

#comments {
  min-height: 25rem;
}

.list_none {
  background: url('../img/details_img_com.jpg') center 13rem no-repeat;
  background-size: 17.8rem 9.7rem;
}

.list_none:after {
  content: '暂无评论，点击讲两句';
  font-size: 1.4rem;
  color: #adb8c5;
  text-align: center;
  line-height: 1.5;
  position: absolute;
  top: 23rem;
  left: 0;
  width: 100%;
}

.list dl {
  margin: 0;
}

.list dl dt {
  font-size: 1.6rem;
  color: #192432;
  line-height: 1.5;
  padding: 1.5rem 0;
  font-weight: bold;
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
}

.pd-more-btn {
  width: 14rem;
  height: 3.6rem;
  background: #f6f6f8;
  border-radius: 0.4rem;
  text-align: center;
  line-height: 3.6rem;
  margin: 1rem auto 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #192432;
}

#product_list dl.oh-hidden {
  max-height: 39.5rem;
  overflow: hidden;
}

#product_list dl dt {
  font-size: 1.6rem;
  color: #192432;
  line-height: 1.5;
  padding: 1.5rem 0;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list dl dt #comments_num {
  color: #192432;
  font-size: 1.4rem;
  font-weight: normal;
}

#modifyProductBtn {
  font-size: 1.2rem;
  color: #127aff;
  display: none;
}

#modifyProductBtn::before {
  content: '';
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: url('../img/new/details_icon_replace.png') center center no-repeat;
  background-size: 1.2rem 1.2rem;
  margin-right: 0.8rem;
  vertical-align: middle;
}

.list dl dd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0.45rem 0 2.8rem;
}

.list dl dd .product_img {
  width: 9rem;
  height: 9rem;
  border-radius: 0.4rem;
  margin-right: 1.6rem;
}

.list dl dd .product_bd {
  width: 23.1rem;
  padding-bottom: 2.5rem;
  position: relative;
  min-height: 9rem;
}

.list dl dd .product_bd h4 {
  font-size: 1.6rem;
  color: #192432;
  line-height: 2.4rem;
  margin: 0;
}

.list dl dd .product_bd .product_data {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.list dl dd .product_bd .product_data .sales {
  float: left;
  color: #adb8c5;
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: normal;
}

.list dl dd .product_bd .product_data .price {
  float: right;
  color: #127aff;
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: normal;
}

#comments dl dd {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0.45rem 0 2rem;
}

#comments dl dd .comment_img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-right: 1.25rem;
}

#comments dl dd .comment_bd {
  width: 29rem;
  position: relative;
}

#comments dl dd .comment_bd .nickname {
  font-size: 1.4rem;
  color: #6666;
  line-height: 2.4rem;
}

#comments dl dd .comment_bd .bm-name {
  padding-left: 0.8rem;
  border-left: 3px solid #127aff;
  font-size: 1.4rem;
  color: #6666;
  line-height: 1.5rem;
  margin: 1rem 0 0.5rem;
}

#comments dl dd .comment_bd .text {
  font-size: 1.6rem;
  color: #192432;
  line-height: 2.4rem;
  word-wrap: break-word;
}

#comments dl dd .comment_bd .time-praise-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#comments dl dd .comment_bd .time {
  font-size: 1.2rem;
  color: #adb8c5;
  line-height: 1.5;
  padding-top: 1rem;
  position: relative;
}

#comments dl dd .comment_bd .comment_praise {
  padding-left: 3rem;
  height: 2rem;
  line-height: 2rem;
  background: url('../img/new/details_icon_operation_fab.png') left center no-repeat;
  background-size: 2rem 2rem;
}

#comments dl dd .comment_bd .comment_praise span {
  font-size: 1.4rem;
  color: #adb8c5;
}

#comments dl dd .comment_bd .comment_praise_on {
  padding-left: 3rem;
  height: 2rem;
  line-height: 2rem;
  background: url('../img/new/details_icon_operation_fab_02.png') left center no-repeat;
  background-size: 2rem 2rem;
}

#comments dl dd .comment_bd .comment_praise_on span {
  font-size: 1.4rem;
  color: #127aff;
}

.bottom_bar {
  width: 100%;
  height: 4.9rem;
  border-top: 0.1rem solid #e0e0e0;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
}

.bottom_bar .write_comment {
  /* width: 17rem; */
  width: 20rem;
  height: 3.4rem;
  background: rgba(248, 250, 251, 1);
  border-radius: 1.7rem;
  font-size: 1.4rem;
  color: #adb8c5;
  line-height: 3.4rem;
  padding-left: 1rem;
  float: left;
  margin: 0.7rem 0 0 1.5rem;
}

.bottom_bar .back_bar_btn {
  width: 3rem;
  height: 3rem;
  float: left;
  margin: 0.95rem 0.3rem;
  background: url(../img/home_icon_back_black.png) center center no-repeat;
  background-size: 1rem 1.7rem;
  opacity: 0.7;
  display: none;
}

.bottom_bar .write_ts {
  width: 4.4rem;
  height: 4.4rem;
  float: right;
  background: url('../img/new/details_icon_operation_com.png') center center no-repeat;
  background-size: 2.8rem 2.8rem;
  margin: 0.2rem;
}

.bottom_bar .write_awesome {
  width: 4.4rem;
  height: 4.4rem;
  float: right;
  background: url('../img/new/details_icon_operation_fab.png') center center no-repeat;
  background-size: 2.8rem 2.8rem;
  margin: 0.2rem;
}

.bottom_bar .on_like_article {
  width: 4.4rem;
  height: 4.4rem;
  float: right;
  background: url('../img/new/details_icon_operation_fab_02.png') center center no-repeat;
  background-size: 2.8rem 2.8rem;
  margin: 0.2rem;
}

.bottom_bar .write_share {
  width: 4.4rem;
  height: 4.4rem;
  float: right;
  background: url('../img/new/details_icon_operation_share.png') center center no-repeat;
  background-size: 2.8rem 2.8rem;
  margin: 0.2rem 1rem 0.2rem 0.2rem;
}

.write_box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.5);*/
  z-index: 10;
  display: none;
}

.write_box:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.write_box .write_inbox {
  position: absolute;
  bottom: -22.5rem;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 22.5rem;
  background: #fff;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
  /*transition: 0.8s all;*/
}

.write_box .write_inbox_on {
  bottom: 0rem;
}

.write_box .bt {
  height: 4.4rem;
  border-bottom: 0.1rem solid #e0e0e0;
}

.write_box .bt div {
  height: 4.4rem;
  padding: 0 1.5rem;
  float: left;
  font-size: 1.6rem;
  line-height: 4.4rem;
  color: #192432;
}

.write_box .bt .publish_btn {
  float: right;
  font-weight: bold;
  color: #adb8c5;
}

.write_box .bt .publish_btn_on {
  color: #127aff;
}

.write_box .text_box {
  height: 18rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.write_box .text_box .text_write {
  width: 100%;
  height: 100%;
  border: none;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  color: #192432;
  line-height: 2.8rem;
  position: absolute;
  top: 0;
  left: 0;
}

.write_box .text_box .text_num {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.5;
  position: absolute;
  bottom: 2rem;
  right: 1.5rem;
}

.write_box .text_box .text_num span {
  color: #192432;
}

body .rich-text img {
  width: 100%;
  display: block;
}

body .share-bar {
  height: 6.2rem;
  padding: 0 1.6rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  box-shadow: #adb8c5 0 1.5rem 3.5rem 0.5px;
  display: none;
}

body .share-bar a {
  display: inline-block;
  width: 100%;
  height: 4.2rem;
  line-height: 4.2rem;
  margin-top: 1rem;
  border-radius: 0.4rem;
  text-align: center;
  background-color: #127aff;
  color: #fff;
}

body .shared-bar {
  display: none;
  height: 5.5rem;
  width: 24.5rem;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 7.7rem;
  right: 6.5rem;
  z-index: 9;
  border-radius: 2.75rem;
  /* padding: 0.55rem; */
  transition: 0.3s all;
}
body .outer-bar {
  background: transparent;
}

body .shared-bar .shared-list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url('../img/new/icon_infor.png') center center no-repeat;
  background-size: 82.8% 73.36%;
}

body .shared-bar .shared-list > div {
  flex: 1;
  height: 100%;
}

body .shared-bar-hide {
  right: -100%;
}

body .shared-menu-hide {
  right: -20rem;
  /*background: url('../img/new/icon_phone.png') 1rem center no-repeat;*/
  background: rgba(0, 0, 0, 0.7) url('../img/new/menu.png') 10px center no-repeat;
  background-size: 2.8rem 2.8rem;
}
/*
body .shared-bar:after {
  content: '';
  display: block;
  height: 1.05rem;
  width: 0.6rem;
  background: url('../img/home_icon_back_white_right.png') no-repeat;
  background-size: 0.6rem 1.05rem;
  position: absolute;
  top: 2.2rem;
  right: 1.7rem;
} */

body .shared-bar .sharer-avatar {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  border: 0.2rem solid #2fa9f7;
  overflow: hidden;
  float: left;
  margin-right: 1rem;
}

body .shared-bar .sharer-avatar img {
  width: 100%;
  height: 100%;
  display: block;
}

body .shared-bar .share-info {
  float: left;
  width: 14rem;
}

body .shared-bar .share-name-wrp {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding-top: 0.3rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .shared-bar .share-form a {
  display: inline-block;
  line-height: 1.8rem;
  opacity: 0.4;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
}

body .shared-bar .share-form a .icon-phone-icon {
  width: 1.6rem;
  height: 1.7rem;
  background: url('../image/phone.png');
  display: inline-block;
  vertical-align: middle;
  background-size: 100%;
}

body .shared-bar .share-form .phone-num {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}

body .share-mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url(../image/share-bg.png) no-repeat right top;
  background-size: 250px auto;
  z-index: 99;
}

.mask {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.mask .content {
  position: fixed;
  top: 20%;
  left: 6rem;
  width: 25.5rem;
  height: 38.2rem;
  background: url('../image/1.png') no-repeat;
  background-size: 25.5rem 38.2rem;
  z-index: 101;
}

.mask .contents {
  position: fixed;
  top: 20%;
  left: 6rem;
  width: 25.5rem;
  height: 38.2rem;
  background: url('../image/2.png') no-repeat;
  background-size: 25.5rem 38.2rem;
  z-index: 101;
}

.mask .content .text {
  width: 100%;
  position: absolute;
  top: 50.3%;
  line-height: 2rem;
  font-size: 1.4rem;
  color: #adb8c5;
  text-align: center;
}

.mask .content .text .mask-num {
  color: #f60;
}

.mask .content img,
.mask .contents img {
  width: 25.5rem;
  height: 38.2rem;
}

.mask .content .cancel,
.mask .contents .cancel {
  display: block;
  position: absolute;
  bottom: 0;
  left: 11.25rem;
  width: 3rem;
  height: 3rem;
}

.mask .contents .golottery {
  display: block;
  position: absolute;
  bottom: 11.25rem;
  left: 3.75rem;
  width: 18rem;
  height: 3.3rem;
}

.modifyProductMdl {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.modifyProductMdl .mpm-main {
  height: 82%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 1.2rem 1.2rem 0 0;
  display: flex;
  flex-direction: column;
}

.modifyProductMdl .mpm-main .close {
  width: 3rem;
  height: 3rem;
  background: url('../img/new/cancel.png') center center no-repeat;
  background-size: 1.3rem 1.3rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.modifyProductMdl .mpm-main .hd {
  font-size: 1.6rem;
  color: #192432;
  line-height: 3.75rem;
  padding-top: 1rem;
  text-align: center;
  font-weight: bold;
}

.modifyProductMdl .mpm-main > .bd {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mpm-pd-list {
  height: 40rem;
  margin-bottom: 5.5rem;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.mpm-pd-list .mpm-list {
  padding: 1.5rem;
}

.mpm-pd-list .mpm-list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.mpm-pd-list .mpm-list .item .initial {
  width: 1.8rem;
  height: 1.8rem;
  background: url('../img/new/ranking_btn_unsel.png') center center no-repeat;
  background-size: cover;
}

.mpm-pd-list .mpm-list .item .on {
  width: 1.8rem;
  height: 1.8rem;
  background: url('../img/new/details_btn_sel.png') center center no-repeat;
  background-size: cover;
}

.mpm-pd-list .mpm-list .item .pro-item-box {
  width: 31.5rem;
  padding: 1rem 1rem 0 1rem;
  border-radius: 0.8rem;
  box-shadow: 0px 0.8rem 3rem 0px rgba(38, 38, 47, 0.1);
}

.pro-item {
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #e9edf3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.pro-item .pic {
  width: 9rem;
  height: 9rem;
  border-radius: 0.4rem;
  overflow: hidden;
}

.pro-item .pic img {
  width: 9rem;
  display: block;
}

.pro-item .bd {
  padding: 0 0 0 1rem;
  min-height: 9rem;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pro-item .bd .title {
  font-size: 1.4rem;
  color: #192432;
  font-weight: 700;
  line-height: 1.9rem;
}

.pro-item .bd .desc {
  font-size: 1.1rem;
  color: #7b8898;
  /* line-height: 1.6rem; */
  margin: 1rem 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.pro-item .bd .desc span {
  display: block;
  height: 1.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 2.3rem;
  width: 18.6rem;
  background: url('../img/new/list_icon_recommend.png') left 0.4rem no-repeat;
  background-size: 1.3rem 1.3rem;
}

.pro-item-box .ft {
  height: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pro-item-box .ft .ft-l {
  font-size: 1.2rem;
  color: #adb8c5;
  line-height: 4rem;
}

.pro-item-box .ft .ft-r {
  position: relative;
  padding-right: 1.5rem;
}

.pro-item-box .ft .ft-r strong {
  font-size: 1.6rem;
  color: #127aff;
  font-weight: Heavy;
}

.pro-item-box .ft .ft-r strong::first-letter {
  font-size: 1.2rem;
}

.pro-item-box .ft .ft-r::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.1rem solid #127aff;
  border-right: 0.1rem solid #127aff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.mpm-nav {
  height: 4.3rem;
  width: 100%;
  border-bottom: 0.1rem solid #e9edf3;
  box-sizing: border-box;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.disNone {
  display: none;
}

.mpm-nav .mpm-nav-list {
  margin-right: 0.5rem;
  flex: 1;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.mpm-nav ul {
  width: 35.5rem;
  height: 4.2rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mpm-nav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 4.2rem;
  line-height: 4.2rem;
  float: left;
  margin-right: 2.4rem;
  color: #7b8898;
  font-size: 1.4rem;
  position: relative;
}

.mpm-nav ul li.active {
  color: #192432;
}

.mpm-nav ul li.active::after {
  content: '';
  width: 2.8rem;
  height: 0.3rem;
  background-color: #127aff;
  border-radius: 0.15rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mpm-sera {
  width: 5rem;
  height: 4.2rem;
  line-height: 4.2rem;
  font-size: 1.4rem;
  color: #127aff;
  text-align: right;
}

.mpm-search-box {
  width: 30rem;
  height: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}

.mpm-search-box::after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background: url('../img/new/home_icon_search.png') no-repeat;
  background-size: cover;
  position: absolute;
  left: 1.2rem;
  top: 0.7rem;
}

.mpm-search-box input {
  background-color: #f6f6f8;
  color: #192432;
  height: 3rem;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 1.3rem;
  box-sizing: border-box;
  padding: 0.8rem 0.8rem 0.8rem 3.5rem;
}

.mpm-cancel {
  font-size: 1.4rem;
  color: #7b8898;
}

.mpm-sera::before {
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  background: url('../img/new/details_icon_search.png') no-repeat;
  background-size: cover;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.4rem;
}

.mpm-main > .ft {
  width: 100%;
  height: 5.5rem;
  background-color: #fff;
  border-top: 0.1rem solid #e9edf3;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mpm-main > .ft .ft-btn {
  background-color: #f6f6f8;
  width: 34.5rem;
  height: 4.4rem;
  text-align: center;
  line-height: 4.4rem;
  border-radius: 2.2rem;
  font-size: 1.6rem;
  color: #adb8c5;
  margin: 0.5rem auto;
}

.mpm-main > .ft .subBgColor {
  background-color: #127aff;
  color: #fff;
}

/** 关注保网二维码弹窗样式 */
.qrcode-modal-out {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}
.qrcode-modal {
    position: absolute;
    width: 300px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    text-align: center;
    border-radius: 8px;
}
.qrcode-modal .qrcode-close {
    position: absolute;
    width: 10px;
    height: 10px;
    right: 15px;
    top: 10px;
}
.qrcode-modal .qrcode-close::before, .qrcode-modal .qrcode-close::after {
    content: '';
    position: absolute;
    left: -1px;
    top: 5px;
    width: 12px;
    height: 2px;
    background: #ccc;
}
.qrcode-modal .qrcode-close::before {
    transform: rotate(45deg);
}
.qrcode-modal .qrcode-close::after {
    transform: rotate(-45deg);
}
.qrcode-modal img {
    width: 200px;
    height: 200px;
    vertical-align: middle;
}
.qrcode-modal p {
    color: #666;
}
/*# sourceMappingURL=style.css.map */

/** 关注公众号样式 */
/*#qrcodeModal {*/
/*  position: fixed;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: rgba(0, 0, 0, 0.6);*/
/*}*/
/*.modal-wrp {*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  top: 50%;*/
/*  width: 80%;*/
/*  height: auto;*/
/*  background: #fff;*/
/*  border-radius: 4px;*/
/*}*/
