/*常购清单*/
.boughtlist_ul {
  border: 1px solid #ddd;
  font-size: 14px;
  color: #9B9B9B;
}
.boughtlist_ul li {
  border-bottom: 1px solid #ddd;
  padding: 45px 0 15px 0;
  position: relative;
  padding-left: 144px;
  min-height: 120px;
}
.boughtlist_ul li:last-child {
  border-bottom: 0;
}
.boughtlist_ul li .cur_price b {
  background: #66c9d5;
  color: white;
  display: inline-block;
  padding: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.boughtlist_ul li .cur_price b:hover {
  color: white;
  background: #15abbc;
}
.boughtlist_ul li .pro_img {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 8px;
  top: 30px;
}
.boughtlist_ul li .part {
  float: left;
  padding-right: 15px;
  line-height: 200%;
}
.boughtlist_ul li .part1 {
  width: 270px;
}
.boughtlist_ul li .part1 p {
  width: 240px;
  line-height: 220%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.boughtlist_ul li .part1 .pro_name {
  color: #555;
  height: 28px;
  font-weight: bold;
}
.boughtlist_ul li .part1 .delayDate {
  border: 1px solid #C12C43;
  line-height: 12px;
  color: #C12C43;
  font-size: 12px;
  padding: 2px 2px;
  width: 132px;
}
.boughtlist_ul li .part2 {
  width: 240px;
}
.boughtlist_ul li .part2 span {
  display: block;
  width: 220px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.boughtlist_ul li .part3 {
  width: 170px;
  padding-top: 15px;
}
.boughtlist_ul li .part3 span {
  display: block;
}
.boughtlist_ul li .part3 .cur_price {
  color: #555;
}
.boughtlist_ul li .part3 .cur_price .price_num {
  color: #C12C44;
  font-size: 16px;
  margin-left: 5px;
}
.boughtlist_ul li .part4 {
  width: 150px;
  padding-top: 10px;
  position: relative;
}
.boughtlist_ul li .part4 .num_box {
  width: 100px;
  height: 40px;
  border: 1px solid #ddd;
  position: relative;
  float: left;
  margin-right: 10px;
}
.boughtlist_ul li .part4 .num_box .num_input {
  width: 80px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  text-align: center;
  border-right: 1px solid #ddd;
}
.boughtlist_ul li .part4 .num_box .op_btn {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  right: 0;
  font-size: 14px;
  cursor: pointer;
  color: #555;
}
.boughtlist_ul li .part4 .num_box .add_btn {
  top: 0;
}
.boughtlist_ul li .part4 .num_box .plus_btn {
  bottom: 0;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
}
.boughtlist_ul li .part4 .num_box .disable {
  color: #9B9B9B;
  cursor: default;
}
.boughtlist_ul li .part4 .unit_name {
  line-height: 40px;
  float: left;
}
.boughtlist_ul li .part4 .stock_span {
  display: block;
  clear: both;
  padding-top: 3px;
  font-size: 12px;
}
.boughtlist_ul li .part5 .addlist_btn {
  width: 124px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  background: #C12C44;
  display: inline-block;
  margin-top: 25px;
}
.boughtlist_ul li .part5 .addlist_btn:hover {
  background: #ED4661;
}
.boughtlist_ul li .part5 .gray_btn {
  background: #bbb;
  color: #fff;
}
.boughtlist_ul li .part5 .gray_btn:hover {
  background: #bbb;
  color: #fff;
}
.boughtlist_page_part {
  padding: 40px 0;
  text-align: center;
}
/*常购清单*/
.notice_body {
  background: #F9F9F9;
}
.notice_body .notice_con {
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 25px 150px 55px 150px;
  color: #555;
}
.notice_body .notice_con .article_title {
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  padding: 21px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.notice_body .notice_con .time_info {
  text-align: center;
  padding: 10px 0;
}
.notice_body .notice_con .article_con {
  font-size: 14px;
}
.notice_body .notice_con .article_con p {
  line-height: 180%;
  padding-top: 20px;
}
.notice_body .notice_con .article_con .img_div {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}
.notice_body .notice_con .article_con .img_div img {
  width: 500px;
  margin-bottom: 20px;
}
.notice_body .prev_next {
  text-align: right;
  padding: 20px 0;
  font-size: 14px;
}
.notice_body .prev_next a {
  width: 280px;
  margin-left: 35px;
  color: #222;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
.notice_body .prev_next a:hover {
  color: #222;
  text-decoration: underline;
}
.main_content-title {
  width: 100%;
  background: #FFFFFF;
  padding: 25px 0;
}
.main_content-title .boughtlist_map_tree {
  border: none;
  width: 1200px;
  border-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}
.main_content-title .boughtlist_map_tree a:first-of-type {
  margin-left: 10px;
}
.main_content-title .boughtlist_map_tree .boughtlist_map_p {
  border-left: 3px solid #c12c44;
}
.special_footer {
  margin-top: 0;
}
.prev_next {
  padding-bottom: 50px !important;
}
/*弹出框*/
.widget-dialog {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.widget-dialog .dialog-mask-bg {
  background: url(/static/images/mark_bg.png);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.widget-dialog .w-d-main {
  position: fixed;
  width: 498px;
  height: 260px;
  border-radius: 3px;
  left: 50%;
  top: 25%;
  margin-left: -249px;
  background: white;
  z-index: 1001;
}
.widget-dialog .w-d-title {
  border-radius: 3px;
  background: #e3e6ea;
  font-size: 16px;
  padding: 0 18px;
  height: 50px;
  line-height: 50px;
  color: #333;
  display: inline-block;
  display: block;
}
.widget-dialog .w-d-title:after {
  content: "";
  display: table;
  clear: both;
}
.widget-dialog .w-d-title h3 {
  float: left;
}
.widget-dialog .w-d-title .dialog-close {
  float: right;
  margin: 17px 0 0 0;
  background-position: -233px -85px;
  width: 22px;
  height: 20px;
}
.widget-dialog .w-d-content {
  padding: 0 20px;
  text-align: center;
}
.widget-dialog .w-d-foot {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 40px;
  width: 100%;
  display: inline-block;
  display: block;
  font-size: 14px;
}
.widget-dialog .w-d-foot a {
  margin: 0 16px;
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: white;
  background: #fe5050;
}
.widget-dialog .w-d-foot a:hover {
  color: white;
  background: #c62121;
}
.widget-dialog .w-d-foot a.newstyle-btn {
  background: #90a4bc;
}
.widget-dialog .w-d-foot a.newstyle-btn:hover {
  background: #466997;
}
.widget-dialog .w-d-foot:after {
  content: "";
  display: table;
  clear: both;
}
.pr-list-tips-frame {
  position: absolute;
  top: -42px;
  left: -40px;
  border: 1px solid #b2a26b;
  background: #fdf8e4;
  width: 190px;
  height: 36px;
  z-index: 3;
  font-size: 14px;
  line-height: 36px;
}
.pr-list-tips-frame .pl-frame-icon {
  position: absolute;
  left: 54px;
  bottom: -9px;
  width: 18px;
  height: 9px;
  background-position: -1px -48px;
  overflow: hidden;
}
.bargainPrice {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  background: red;
  color: white;
}
.frenquentlyNull {
  width: 1198px;
  background: #F9F9F9;
  border: 1px solid #DDDDDD;
  padding: 60px 0;
  margin: 0 auto;
  text-align: center;
}
.frenquentlyNull-img img {
  width: 100px;
  height: 130px;
}
.frenquentlyNull-content {
  font-size: 16px;
  color: #555555;
  margin-top: 40px;
}
