@charset "UTF-8";

body {
  background: #f5f5f5 !important;
}

.detail_page .headerTitle {
  padding: 22px 0 29px;
  color: #888;
  font-size: 13px;
  font-weight: 500;
}

.detail_page .headerTitle a {
  color: #888;
}

.detail_page .detail_box_flex {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.detail_page .detail_box_flex .zpDtl {
  width: 100%;
  max-width: 800px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 70px 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 2px 0px 0px #FFFFFF;
          box-shadow: 0px 2px 0px 0px #FFFFFF;
}

.detail_page .detail_box_flex .zpDtl .detalT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 39px 0 0;
  line-height: normal;
}

.detail_page .detail_box_flex .zpDtl .detalT .shang-icon-box,
.detail_page .detail_box_flex .zpDtl .detalT .editValue,
.detail_page .detail_box_flex .zpDtl .detalT .xiang_box {
  padding-bottom: 25px;
}

.detail_page .detail_box_flex .zpDtl .detalT .shang-icon {
  cursor: pointer;
}

.detail_page .detail_box_flex .zpDtl .detalT .status-icon {
  width: 32px;
  height: 32px;
  float: left;
  margin: 0 8px 0 -2px;
}

.detail_page .detail_box_flex .zpDtl .detalT .xiang_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detail_page .detail_box_flex .zpDtl .detalT .editValue {
  font-size: 24px;
  color: #303030;
  font-weight: 500;
}

.detail_page .detail_box_flex .zpDtl .cover_img_box {
  position: relative;
}

.detail_page .detail_box_flex .zpDtl .cover_img_box .cover_img_mark_r {
  position: absolute;
  top: 33px;
  left: -12px;
}

.detail_page .detail_box_flex .zpDtl .cover_img_box .cover_img_mark_r .corner_mark {
  width: 146px;
  height: 45px;
}

.detail_page .detail_box_flex .zpDtl .cover_img_box .cover_img_mark_r .mark_text {
  width: 100%;
  height: 33px;
  line-height: 33px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #784300;
  font-size: 14px;
}

.detail_page .detail_box_flex .zpDtl .cover_img_box .img-responsive {
  margin-top: 0;
}

.detail_page .detail_box_flex .zpDtl .about-info-box .tab-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 44px;
}

.detail_page .detail_box_flex .zpDtl .about-info-box .tab-ul .tab-li {
  font-weight: 500;
  color: #666;
  margin-right: 44px;
  font-size: 15px;
  cursor: pointer;
}

.detail_page .detail_box_flex .zpDtl .about-info-box .tab-ul .tab-li:hover {
  color: #303030;
}

.detail_page .detail_box_flex .zpDtl .about-info-box .tab-ul .active {
  color: #303030;
  border-bottom: 2px solid #303030;
  padding-bottom: 6px;
}

.detail_page .detail_box_flex .zpDtl .about-info-box .tab-ul .tab-li:last-of-type {
  margin-right: 0;
}

.detail_page .detail_box_flex .zpDtl .about-info-box .keyword_ul {
  display: none;
  margin: 13px 0 0 -4px;
}

.detail_page .detail_box_flex .zpDtl .about-info-box .keyword_ul .keywords_li a {
  color: #666666;
  display: inline-block;
  padding: 7px 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 5px 4px;
  border-radius: 5px;
  background-color: #F0F0F0;
  font-size: 13px;
}

.detail_page .detail_box_flex .zpDtl .about-info-box .keyword_ul .keywords_li a:hover {
  color: #f86a78;
  background: #fdf3f2;
}

.detail_page .detail_box_flex .zpDtl .about-info-box .content_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.detail_page .detail_box_flex .zpDtr {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 450px;
  margin: 0 0 0 30px;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 2px 0px 0px #FFFFFF;
          box-shadow: 0px 2px 0px 0px #FFFFFF;
  border-radius: 15px;
  padding: 42px 40px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .zpDrtop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 27px;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .zpDrtop .zpMfxz {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 56px;
  line-height: 56px;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .zpDrtop .shouc {
  width: 54px;
  height: 54px;
  margin-left: 24px;
  border-radius: 100%;
  line-height: normal;
  border: 2px solid #D9D9D9;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .zpDrtop .shouc i {
  line-height: 50px;
  color: #CCCCCC;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .zpDrtop .on {
  background: -webkit-gradient(linear, left, right, color-stop(0, #fb7052), color-stop(100%, #f36689));
  background: -webkit-linear-gradient(left, #fb7052 0, #f36689 100%);
  background: -o-linear-gradient(left, #fb7052 0, #f36689 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fb7052), to(#f36689));
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #fb7052), to(#f36689));
  background: linear-gradient(to right, #fb7052 0, #f36689 100%);
  border: none;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .zpDrtop .on i {
  color: #fff;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .details-wrap > li {
  margin-bottom: 12px;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .statement {
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  padding: 25px 0 12px;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .share-wrap {
  margin: 22px 0 5px;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .share-wrap .share-list {
  position: relative;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .share-wrap .share-list .share-wx-box {
  right: 12px;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .share-wrap .share-list > a:first-child {
  margin-left: 15px;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .share-wrap .share-list > a {
  margin-left: 10px;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .qinqNew {
  padding: 0;
  border: none;
  float: right;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  width: 46px;
  height: 26px;
  line-height: 24px;
  color: #888888;
  font-size: 14px;
  margin-top: 2px;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .qinqNew:hover {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #f86a78;
  border: 1px solid #f86a78;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .zpDtrItemLeft .zs_title {
  font-size: 18px;
  color: #A08450;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .zpDtrItemLeft .zs_title .zs-icon {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .zpDtrItemRight {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 43px;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .zpDtrItemRight .qy_text {
  font-size: 14px;
  text-align: right;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .zpDtrItemRight .qy_text .qy_auth {
  color: #666;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .zpDtrItemRight .qy_text .qy_auth:hover {
  color: #f86a78;
  text-decoration: underline;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .zpDtrItemRight .qy_text .qy_detail {
  color: #999999;
  text-decoration: underline;
  margin-left: 12px;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .zpDtrItemRight .qy_text .qy_detail:hover {
  color: #f86a78;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .zpDtrItemRight .openVip {
  margin-top: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .zpDtrItemRight .openVip .openVip-botton {
  width: 166px;
  height: 44px;
  line-height: 44px;
  margin-bottom: 25px;
  color: #784300;
  background: -webkit-gradient(linear, right top, left top, from(#E5B372), to(#FFE6C5));
  background: -webkit-linear-gradient(right, #E5B372 0%, #FFE6C5 100%);
  background: -o-linear-gradient(right, #E5B372 0%, #FFE6C5 100%);
  background: linear-gradient(right, #E5B372 0%, #FFE6C5 100%);
}

.detail_page .detail_box_flex .zpDtr .zpDtrItem .zpDtrItemRight .openVip .single-botton {
  border-color: #EAD2A7;
  color: #784300;
  width: 166px;
  height: 44px;
  line-height: 44px;
}

.detail_page .detail_box_flex::after,
.detail_page .detail_box_flex::before {
  content: none;
}

.detail_page .about-goods-box {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 2px 0px 0px #FFFFFF;
          box-shadow: 0px 2px 0px 0px #FFFFFF;
  border-radius: 15px;
  margin-top: 30px;
}

.detail_page .about-goods-box .pic_list,
.detail_page .about-goods-box .xsiTuij {
  margin-top: 40px;
  padding-bottom: 34px;
}

.detail_page .about-goods-box .pic_list .detalT,
.detail_page .about-goods-box .xsiTuij .detalT {
  margin-bottom: 19px;
  font-size: 24px;
  color: #333333;
}

.detail_page .about-goods-box .floor_item {
  padding: 6px;
  margin: 0;
}

.detail_page .about-goods-box .floor_item .zuopLi {
  border-radius: 10px;
}

.detail_page .about-goods-box .floor_item .zuopLi .hover-pop-video {
  height: 287px !important;
}

.detail_page .about-goods-box .floor_item .zuopLi .video-box .show-image img {
  height: 107px !important;
}

.detail_page .about-goods-box .floor_item .zuopLi .hover-pop .searchPages {
  height: 106px !important;
}

.detail_page .about-goods-box .floor_item .zuopLi .zuopLs {
  border: 2px solid #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.18);
          box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.18);
}

.detail_page .about-goods-box .floor_item .zuopLi .zuopLs img {
  border-radius: 10px;
}

.detail_page .vip_limit {
  background: #7ec478;
  cursor: pointer;
  width: 35px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  margin-right: 8px;
}

.detail_page .tipsBox {
  display: none;
  max-width: 350px;
  height: auto;
  background: #fff;
  color: #fff;
  text-align: left;
  border-radius: 3px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 80px;
  padding: 8px 10px;
  -webkit-box-shadow: 0 2px 8px black;
          box-shadow: 0 2px 8px black;
  word-wrap: break-word;
  word-break: normal;
  color: #9A9A9A;
  line-height: 20px;
  font-size: 14px;
  white-space: pre-wrap;
}

.detail_page .tipsBox::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 6%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.detail_page a {
  cursor: pointer !important;
}

.detail_page .dialog-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.46);
  z-index: 100000;
}

.detail_page .dialog-body {
  width: 538px;
  height: 784px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1001;
  /*-moz-user-select:none; !* Firefox私有属性 *!*/
  /*-webkit-user-select:none; !* WebKit内核私有属性 *!*/
  /*-ms-user-select:none; !* IE私有属性(IE10及以后) *!*/
  /*-khtml-user-select:none; !* KHTML内核私有属性 *!*/
  /*-o-user-select:none; !* Opera私有属性 *!*/
  /*user-select:none; !* CSS3属性 *!*/
}

.detail_page .zhengshuBg {
  width: 538px;
  height: 784px;
  background: url("/new20198/images/zhengshu2.png") no-repeat;
  background-size: 100% 100%;
  padding: 160px 0 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.detail_page .glyphicon {
  position: absolute;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  right: -40px;
  top: 0;
}

.detail_page .zhengshu-title {
  font-size: 35px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #9C7038;
}

.detail_page .zhengshu-content {
  width: 100%;
  height: 574px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 38px 47px 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.detail_page .zhengshu-content-title {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}

.detail_page .zhengshu-name-box {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4px;
}

.detail_page .zhengshu-name {
  width: 122px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.detail_page .zhengshu-desc {
  padding: 20px 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #6F6D6D;
  text-align: left;
  text-indent: 2em;
}

.detail_page .zhengshu-detail {
  width: 100%;
  height: auto;
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}

.detail_page .zhengshu-item {
  width: 100%;
  height: auto;
  margin-top: 4px;
}

.detail_page .zhengshu-item-l {
  width: 96px;
  text-align: right;
}

.detail_page .zhengshu-item-r {
  width: 296px;
  max-height: 34px;
  margin-left: 20px;
  text-align: left;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  word-break: break-all;
}

.detail_page .zhengshu-stamp {
  position: absolute;
  bottom: 130px;
  right: 59px;
}

.detail_page .zhengshu-stamp img {
  width: 159px;
  height: 107px;
}

.detail_page .zhengshu-fonter {
  position: absolute;
  bottom: 44px;
  left: 47px;
}

.detail_page .square {
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, right top, left top, from(#CCA36E), to(#F5D6B0));
  background: -webkit-linear-gradient(right, #CCA36E 0%, #F5D6B0 100%);
  background: -o-linear-gradient(right, #CCA36E 0%, #F5D6B0 100%);
  background: linear-gradient(270deg, #CCA36E 0%, #F5D6B0 100%);
  margin: 6px 4px 0 0;
  -webkit-transform: rotateZ(60deg);
      -ms-transform: rotate(60deg);
          transform: rotateZ(60deg);
}

.detail_page .zhengshu-fonter-desc {
  width: 452px;
  width: 436px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  font-size: 12px;
  text-align: left;
}

.detail_page .details-wrap > li.work-zs {
  height: auto;
}

.detail_page .work-mode-box {
  width: 116px;
  height: 170px;
  position: relative;
}

.detail_page .dialog-box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  cursor: pointer;
  z-index: 1;
  display: none;
}

.detail_page .search-logo,
.detail_page .search-logo img {
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.detail_page .search-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -11.5px;
  margin-top: -11.5px;
}

.detail_page .work-mode {
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

.detail_page .scaleDiv {
  -ms-transform: translate(-50%, -50%) scale(0.216);
      transform: translate(-50%, -50%) scale(0.216);
  -webkit-transform: translate(-50%, -50%) scale(0.216);
  text-align: center;
}

.detail_page .searchIpt {
  width: 120px !important;
  height: 29px !important;
  margin-right: 10px;
  font-size: 14px !important;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.detail_page .searchIpt:focus {
  border: 1px solid #de6a6d;
  -webkit-box-shadow: 2px 2px 2px #E5E5E5;
          box-shadow: 2px 2px 2px #E5E5E5;
}

.detail_page .btnCommit {
  width: 60px;
  height: 29px;
  border: 1px solid #de6a6d;
  color: #de6a6d;
  background: #fff;
  border-radius: 5px 5px 5px 5px;
  line-height: 29px;
  cursor: pointer;
}

.detail_page .btnCommit:hover {
  -webkit-box-shadow: 0px 4px 4px #E5E5E5;
          box-shadow: 0px 4px 4px #E5E5E5;
}

@media screen and (min-width: 1680px) {
  .detail_page .container_similar {
    width: 1200px;
  }
}

.detail_page .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.detail_page .moreTjKeyWords {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-right: 19px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -8px 0 10px;
}

.detail_page .TjKeyWordsBox {
  width: 90%;
  height: 37px;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.detail_page .TjKeyWordsBox li {
  margin: 0 10px 10px 0;
  cursor: pointer;
}

.detail_page .TjKeyWordsBox li a {
  display: inline-block;
  padding: 4px 10px 4px 10px;
  border-radius: 30px;
  border: 1px solid #e4e4e4;
  color: #999999;
  font-size: 12px;
}

.detail_page .more_text {
  cursor: pointer;
  padding-top: 3.5px;
}

.detail_page .more_icon {
  position: inherit;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  margin-left: 3px;
}

.detail_page .hide_keywords {
  display: none;
}

.detail_page .seo_keywords_li {
  position: relative;
  margin-right: 15px;
}

.detail_page .seodelete {
  display: block;
  position: absolute;
  right: -8px;
  top: -4px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 15px;
  font-size: 15px;
  cursor: pointer;
  background: #f86a78;
  color: #fff;
}

.detail_page .shipin-modal-content .icon-closeX {
  background: url("/new20198/images/goods/关闭.png");
  width: 30px;
  height: 30px;
  background-size: 30px;
  position: absolute;
  right: 17px;
  top: 19px;
}

.detail_page .shipin-modal-content .icon-closeX:hover {
  cursor: pointer;
  background: url("/new20198/images/goods/关hover.png");
  background-size: 30px;
}

.detail_page .shipin-modal-content .mian h2 {
  font-size: 19px;
  margin-top: 12px;
}

.detail_page .shipin-modal-content .mian .how {
  font-size: 16px;
}

.detail_page .shipin-modal-content .mian p {
  margin: 0;
}

@media (max-width: 1600px) {
  .detail_page .about-goods-box .floor_item .zuopLi .hover-pop .searchPages,
  .detail_page .about-goods-box .floor_item .zuopLi .video-box .show-image img,
  .video_list.xsiTuij .video-play,
  .detail_page .about-goods-box .floor_item .zuopLi .hover-pop .searchPages {
    height: 99px !important;
  }

  .detail_page .about-goods-box .floor_item .zuopLi .hover-pop-video {
    height: 267px !important;
  }
}

