@charset "UTF-8";
/*媒体查询*/
@media screen and (min-width: 319px) {
  html,
  body {
    font-size: 17px !important;
  }
}
@media screen and (min-width: 359px) {
  html, body {
    font-size: 19px !important;
  }
}
@media screen and (min-width: 374px) {
  html,
  body {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 410px) {
  html, body {
    font-size: 22px !important;
  }
}
@media screen and (min-width: 434px) {
  html,
  body {
    font-size: 24px !important;
  }
}
@media screen and (min-width: 559px) {
  html,
  body {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 613px) {
  html, body {
    font-size: 33px !important;
  }
}
@media screen and (min-width: 639px) {
  html,
  body {
    font-size: 35px !important;
  }
}
@media screen and (min-width: 719px) {
  html,
  body {
    font-size: 39px !important;
  }
}
@media screen and (min-width: 739px) {
  html, body {
    font-size: 40px !important;
  }
}
.goods-page {
  max-width: 740px;
  margin: 0 auto;
}

.weui_select {
  height: 2rem;
  line-height: 2rem;
  font-size: 0.7rem;
  margin-left: 0.5rem;
}

.weui_cells .weui_cell .weui_cell_hd_img {
  width: 15%;
  font-size: 0.7rem;
}

.cart_confirm {
  display: none;
  line-height: 2.2rem;
  color: #fff;
  background-color: #00b7ee;
}

.weui_cells .weui_cell .weui_cell_hd .weui_label {
  width: 100%;
  font-size: 0.7rem;
}

.weui_cells .weui_cell .weui_cell_hd_img img {
  width: 100%;
}

.weui_cells .weui_cell .weui_cell_bd_p {
  /*padding:5px;*/
  padding: 0.23rem;
}

.weui_cells .weui_cell .weui_cell_bd_p .weui_cell_bds_name {
  /*padding:5px;*/
  padding: 0.23rem;
}

.weui_cells .weui_cell .weui_cell_bd_p .weui_cell_bds_score {
  /*padding:5px;*/
  padding: 0.23rem;
}

.weui_cells_access .weui_cell_store {
  font-size: 0.7rem;
}

.weui_cells_access .weui_cell_ft:after {
  content: " ";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 0.27rem;
  width: 0.27rem;
  border-width: 0.1rem 0.1rem 0 0;
  border-color: #c8c8cd;
  border-style: solid;
  position: relative;
  top: -0.1rem;
  top: -0.05rem;
  margin-left: 0.3rem;
}

.goods-info .tab-detail {
  padding: 0.2rem 0.5rem;
  overflow: hidden;
}

.imageBig {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1000;
}

.imageBig .pinch-zoom-container {
  width: 100%;
  height: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.imageBig .pinch-zoom-container .pinch-zoom {
  width: 100%;
  transform-origin: center center;
}

.imageBig .pinch-zoom, .pinch-zoom img {
  width: 100%;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}

.font-color-a {
  color: #aaa;
}

.tab-detail .d {
  position: relative;
}

.tab-detail .d .font-color-69 {
  position: absolute;
  left: 1.1rem;
  top: -0.11rem;
  display: inline-block;
  color: #0757f6;
  font-size: 0.8rem;
}

.font-color-9 {
  color: #999;
}

.font-color-7 {
  color: #777;
}

.font-color-6 {
  color: #666;
}

.font-color-red {
  color: red;
}

.font-color-ff {
  color: #f46c00;
}

.font-size-1 {
  font-size: 1rem;
}

.font-size-6 {
  font-size: 0.6rem;
}

.margin-discount {
  line-height: 1;
}

.icon-discount {
  display: inline-block;
  height: 0.7rem;
  width: 0.7rem;
  position: relative;
  background: url(../../images/icons/order_order.png) no-repeat 0 0;
  background-size: 100% 100%;
  margin-right: 0.2rem;
  margin-bottom: -0.05rem;
}

.icon-deliver {
  display: inline-block;
  height: 0.7rem;
  width: 0.7rem;
  position: relative;
  background: url(../../images/icons/product_icon_distribution@2x.png) no-repeat 0 0;
  background-size: 100% 100%;
  margin-right: 0.2rem;
  margin-bottom: -0.05rem;
}

.sell-num {
  border-top: 1px solid #eee;
}

.weui_cell .weui_cell_bd .weui_cell_bds_p {
  height: 1.2rem;
  font-size: 0.7rem;
}
.weui_cell .weui_cell_bd .weui_cell_bds_p span {
  margin-right: 1rem;
}

.flex-item .img-icon {
  width: 0.65rem;
  height: 0.65rem;
  padding-right: 5px;
  position: relative;
  top: 0;
}
.flex-item span {
  position: relative;
  top: 0;
}

.goodsShippings {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(26, 26, 31, 0.5);
}
.goodsShippings .goodsShippings-info {
  position: absolute;
  top: calc(100% - 20rem);
  width: 100%;
  height: 20rem;
  background-color: #fff;
  margin: 0 auto;
}
.goodsShippings .goodsShippings-info .tap-close-shipping {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 2.5rem;
  height: 2.5rem;
  text-align: right;
}
.goodsShippings .goodsShippings-info .tap-close-shipping img {
  padding: 10px;
  width: 0.8rem;
  height: 0.8rem;
}
.goodsShippings .goodsShippings-info .weui_btn_goodsShippings {
  position: absolute;
  border-radius: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
}
.goodsShippings .goodsShippings-info .goodsShippings-info-content .goodsShippings-title {
  height: 5rem;
  margin-top: 0;
}
.goodsShippings .goodsShippings-info .goodsShippings-info-content .goodsShippings-title:after {
  border: 0;
}
.goodsShippings .goodsShippings-info .goodsShippings-info-content .goodsShippings-title .weui_cell:before {
  left: 0;
}
.goodsShippings .goodsShippings-info .goodsShippings-info-content .goodsShippings-title .weui_cell .weui_cell_bd .title {
  position: relative;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
}
.goodsShippings .goodsShippings-info .goodsShippings-info-content .goodsShippings-title .weui_cell .weui_cell_bd .title span {
  position: absolute;
  top: 10px;
  right: 0;
  line-height: 0;
  display: inline-block;
  height: 1.7rem;
  width: 2rem;
  background: url(../../images/guanbi.png) no-repeat top right;
  background-size: 0.7rem 0.7rem;
}
.goodsShippings .goodsShippings-info .goodsShippings-info-content .goodsShippings-content {
  overflow-y: scroll;
  height: 12rem;
  margin-bottom: 2.51rem;
  margin-top: 0;
}
.goodsShippings .goodsShippings-info .goodsShippings-info-content .goodsShippings-content:after {
  border: 0;
}
.goodsShippings .goodsShippings-info .goodsShippings-info-content .goodsShippings-content .weui_cell:before {
  left: 0;
}
.goodsShippings .goodsShippings-info .goodsShippings-info-content .goodsShippings-content .weui_cell .weui_cell_bd_icon {
  align-self: flex-start;
}

.goods-choose {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(26, 26, 31, 0.5);
}
.goods-choose .detail-list {
  position: absolute;
  top: calc(100% - 20rem);
  width: 100%;
  height: 20rem;
  background-color: #fff;
}
.goods-choose .detail-list .list-t-title-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  text-align: right;
  z-index: 10;
}
.goods-choose .detail-list .list-t-title-close img {
  padding: 10px;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
}
.goods-choose .detail-list .list-t {
  padding: 0.5rem 0.7rem;
  height: 4.5rem;
  overflow: hidden;
  font-size: 0.7rem;
}
.goods-choose .detail-list .list-t .list-t-title {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
}
.goods-choose .detail-list .list-t .list-t-title .list-t-title-img {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 0.5rem;
}
.goods-choose .detail-list .list-t .list-t-title .list-t-title-img img {
  width: 100%;
  height: 100%;
}
.goods-choose .detail-list .list-t .list-t-title .list-t-title-content :nth-child(3) {
  padding-top: 0.2rem;
}
.goods-choose .detail-list .list-all {
  padding: 0 0.7rem;
  border-top: 1px solid #eee;
  height: 12rem;
  overflow-y: scroll;
}
.goods-choose .detail-list .list-all .list-m {
  border-bottom: 1px solid #eee;
  padding: 0.7rem 0;
}
.goods-choose .detail-list .list-all .list-m p {
  font-size: 0.8rem;
}
.goods-choose .detail-list .list-all .list-m .category {
  font-size: 0.7rem;
}
.goods-choose .detail-list .list-all .list-m .category span {
  display: inline-block;
  padding: 5px;
  text-align: center;
  color: #aaa;
  border: 1px solid #aaa;
  border-radius: 4px;
  margin: 0 0.3rem 0.3rem 0;
}
.goods-choose .detail-list .list-all .list-m .category .active {
  color: #ff4e3d;
  border: 1px solid #ff4e3d;
}
.goods-choose .detail-list .list-all .list-b {
  margin-top: 0.7rem;
  padding-bottom: 1rem;
}
.goods-choose .detail-list .list-all .list-b .num {
  float: right;
  border: 1px solid #aaa;
}
.goods-choose .detail-list .list-all .list-b .num span {
  display: inline-block;
  width: 1.7rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
}
.goods-choose .detail-list .list-all .list-b .num .reduce {
  border-right: 1px solid #aaa;
}
.goods-choose .detail-list .list-all .list-b .num .add {
  border-left: 1px solid #aaa;
}
.goods-choose .detail-list .list-all .list-b .num input {
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  outline: none;
  border-width: 0;
}
.goods-choose .detail-list .list-t-footer {
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2.5rem;
  width: 100%;
  line-height: 2.5rem;
}
.goods-choose .detail-list .list-t-footer .list-t-footer-div {
  display: inline-block;
  width: 50%;
  height: 2.5rem;
  text-align: center;
  color: #fff;
}
.goods-choose .detail-list .list-t-footer .list-t-footer-join {
  background-color: #f0ad4e;
}
.goods-choose .detail-list .list-t-footer .list-t-footer-buy {
  background-color: #DD2727;
}

.evaluat .header_list {
  font-size: 0.6rem;
  padding: 0.2rem 0 0.5rem 0;
}
.evaluat .header_list span {
  color: #567;
  display: inline-block;
  background-color: #faa;
  margin-right: 0.5rem;
  padding: 0.2rem 0.3rem;
  border-radius: 4px;
}
.evaluat .header_list .active {
  display: inline-block;
  background-color: #f88;
  color: #fff;
}
.evaluat .evaluat_content {
  padding-top: 0.5rem;
  overflow: hidden;
}
.evaluat .evaluat_content .evaluat_content_left {
  float: left;
  width: 2rem;
  height: 2rem;
}
.evaluat .evaluat_content .evaluat_content_left img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.evaluat .evaluat_content .evaluat_content_right {
  float: right;
  width: calc(100% - 2.2rem);
  border-bottom: 1px solid #ddd;
}
.evaluat .evaluat_content .evaluat_content_right .evaluat_content_name {
  color: #333;
  height: 2rem;
  line-height: 2rem;
}
.evaluat .evaluat_content .evaluat_content_right .evaluat_content_content0 {
  color: #999;
  padding-bottom: 0.7rem;
}
.evaluat .evaluat_content .evaluat_content_right .evaluat_content_content1 {
  color: #777;
  padding-bottom: 0.7rem;
}
.evaluat .evaluat_content .evaluat_content_right .evaluat_content_content1 .tip {
  color: #333;
}
.evaluat .evaluat_content .evaluat_content_right .evaluat_content_content2 {
  color: #999;
  padding-bottom: 0.35rem;
}

.disc_type {
  background-color: red;
  font-size: 0.6rem;
  margin-left: 0.25rem;
  padding: 0 0.2rem;
  color: #fff;
  border-radius: 2px;
}

.evaluat_content_loading {
  margin: 0 auto;
  width: 4.5rem;
  height: 6.25rem;
}

.evaluat_content_over {
  width: 100%;
}
.evaluat_content_over .evaluat_content_null {
  margin: 0 auto;
  width: 4.5rem;
  height: 6.25rem;
  background: url(../../images/failure.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.evaluat_content_over .evaluat_content_msg {
  color: #888;
  height: 3rem;
  font-size: 1rem;
  text-align: center;
}

.enterStore_url {
  background: url("../../images/product-details_shop@2x.png") no-repeat 0 center;
  background-size: 0.8rem 0.8rem;
  padding-left: 1rem;
}

.goods-info-foot .buy {
  right: 0.2rem;
  width: 2.8rem;
  padding: 0 0.8rem;
  height: 1.6rem;
  line-height: 1.6rem;
  border-radius: 2px;
  top: 0.3rem;
  background-color: RGB(230, 48, 48);
}
.goods-info-foot .tel-icons {
  position: absolute;
  left: 2.3rem;
  height: 1.8rem;
  top: 0.2rem;
  display: block;
  font-size: 0.65rem;
  color: #666;
  padding: 0 0.8rem;
  background: url("../../images/product_tel@2x.png") no-repeat center 0.1rem;
  background-size: 0.8rem 0.8rem;
  line-height: 3.0rem;
  font-size: 0.65rem;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.goods-info-foot .enterStore {
  position: absolute;
  right: 10.3rem;
  font-size: 0.65rem;
  line-height: 3.3rem;
  padding: 0 0.8rem;
  color: #666;
  background: url("../../images/icon_shop@2x.png") no-repeat center 0.3rem;
  background-size: 0.8rem 0.8rem;
}
.goods-info-foot .join_cart {
  position: absolute;
  display: inline-block;
  right: 5.2rem;
  top: 0.3rem;
  font-size: 0.7rem;
  width: 4.6rem;
  height: 1.6rem;
  padding: 0 0.5rem;
  line-height: 1.6rem;
  border-radius: 2px;
  color: #fff;
  background-color: RGB(255, 143, 11);
}

.show_cart {
  position: fixed;
  bottom: 3.5rem;
  left: 1rem;
  width: 2.2rem;
  height: 2.2rem;
  background: rgba(26, 26, 31, 0.5) url("../../images/icon_shop-car@2x.png") no-repeat center center;
  background-size: 1rem 1rem;
  z-index: 2;
  border-radius: 50%;
}
.show_cart .show_cart_number {
  display: none;
  width: 1.1rem;
  height: 1.1rem;
  background: RGB(230, 48, 48);
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 0.65rem;
  text-align: center;
  line-height: 1rem;
  color: #fff;
  margin: -0.5rem 0 0 1.2rem;
}
