* {
  margin: 0;
  padding: 0;
}

ul,
ol,
dl {
  list-style: none;
}

a {
  color: #020202;
  text-decoration: none;
}

/* 商品详情顶部 */
.goods_top {
  width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 20px 0;
  margin: 0 auto;
}

.goods_top .shop_logo {
  width: auto;
  max-width: 150px;
  max-height: 100px;
  margin-right: 30px;
  object-fit: contain;
}

.goods_top .shop_info {
  display: flex;
  flex-direction: column;
  width: 20%;
  /*align-items: center;*/
}

.goods_top .shop_info .shop_name {
  min-width: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
  /*justify-content: center;*/
}

.goods_top .shop_info .shop_name span {
  font-size: 18px;
  font-weight: bold;
  padding: 0 3px;
}

.goods_top .shop_info .shop_domain {
  color: #0092cc;
  font-size: 14px;
  margin: 5px 0;
}

.goods_top .shop_info .target {
  min-width: 178px;
  display: flex;
  flex-direction: row;
  /*justify-content: space-between;*/
  font-size: 12px;
  color: #333;
  text-align: center;
  margin-top: 10px;
  padding: 0 5px;
}

.goods_top .shop_info .target .target_item {
  display: flex;
  flex-direction: column;
   margin-right: 15px;
}

.goods_top .shop_info .target .target_item p:nth-child(2) {
  color: #ef6c00;
}

.goods_top .search {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.goods_top .search .search_top {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 10px 0 50px;
}

.goods_top .search .search_top input {
  flex: 1;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ef6c00;
  padding: 0 10px;
  border-radius: 4px 0 0 4px;
  outline: none;
  box-sizing: border-box;
}

.goods_top .search .search_top .search_logo {
  background: #ef6c00;
  font-size: 12px;
  color: #fff;
  width: 56px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 4px 4px 0;
}

.goods_top .search .search_top .back_black {
  padding: 0 5px;
  background: #333;
  font-size: 12px;
  color: #fff;
  line-height: 32px;
  border-radius: 6px;
  margin-left: 10px;
}

.search .search_center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  margin-top: 15px;
}

.search .search_center div {
  margin-right: 15px;
}

.search .search_center .contact_service {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.search .search_center .contact_service img {
  width: 20px;
  height: 20px;
}

.search .search_center .shop_collect {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.search .search_center .shop_collect img {
  width: 11px;
  height: 11px;
  margin-right: 5px;
}

.search .search_bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.search .search_bottom img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.search .search_bottom div {
  margin-right: 5px;
  font-size: 12px;
  color: #999;
}

.search .search_bottom .notice_info {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
}

/* tabs标签 */
.menu .tabs {
  background-color: rgb(239, 108, 0);
  color: rgb(255, 255, 255);
  width: 1200px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  /*align-items: center;*/
}

.menu .tabs li a {
  display: block;
  padding: 0 20px;
  color: white;
  border-bottom: 2px solid transparent;
}

.menu .tabs li .checked {
  color: #ef6c00;
  border-bottom: 2px solid #ef6c00;
}

.menu .tabs .check_menu {
  color: white;
  border-bottom: 2px solid #ef0016;

}

.menu .tabs li a:hover {
  color: white;
  border-bottom: 2px solid #ef0016;

}

/* 商品详情内容 */
.goods_detail .goods_content {
  margin: 0 auto 50px;
  width: 1200px;
}

.goods_detail .goods_content .my_breadcrumb {
  font-size: 12px;
  padding: 10px 20px;
  text-align: left;
  margin-bottom: 24px;
  border-bottom: 1px solid #e8e8e8;
}

.goods_detail .goods_content .my_breadcrumb .right_icon {
  margin: 0 8px;
  color: #dcdee2;
}

.goods_detail .goods_content .my_breadcrumb span:last-child {
  font-weight: bold;
}

/* 商品详情信息 */
.goods_content .goods_info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}

.goods_content .goods_info .left {
  width: 100%;
}

.goods_info .left .goods_intro .good_info .good_basic .flexRow .lispan{
  margin: 0 30px 0 0px;
}

.goods_content .goods_info .left .goods_intro {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.goods_content .goods_info .left .goods_intro .glass {
  width: 40%;
}

.goods_info .left .goods_intro .glass .glass_top {
  width: 450px;
  height: 450px;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.goods_info .left .goods_intro .glass .glass_top .play_btn {
  position: absolute;
  top: 190px;
  left: 190px;
  width: 68px;
  height: 68px;
  cursor: pointer;
  display: block;
}

.goods_info .left .goods_intro .glass .glass_top .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  display: none;
}

.goods_info .left .goods_intro .glass .glass_top .video_info {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}

.goods_info .left .goods_intro .glass .glass_top .small {
  position: relative;
}

.goods_info .left .goods_intro .glass .glass_top .small img {
  max-width: 450px;
  max-height: 450px;
}

.big {
  width: 450px;
  height: 450px;
  position: absolute;
  top: 60px;
  left: 460px;
  z-index:100;

  overflow: hidden;
  display: none;
}

.big img {
  position: absolute;
}

.mask {
  width: 225px;
  height: 225px;
  background: black;
  opacity: 0.2;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: move;
  display: none;
}

.goods_info .left .goods_intro .glass .glass_center {
  width: 450px;
  height: 60px;
  margin: 10px auto 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.goods_info .left .goods_intro .glass .glass_center .left_shift {
  width: 20px;
  height: 60px;
}

.goods_info .left .goods_intro .glass .glass_center .left_shift img {
  width: 100%;
  height: 100%;
}

.goods_info .left .goods_intro .glass .glass_center .right_shift {
  width: 20px;
  height: 60px;
}

.goods_info .left .goods_intro .glass .glass_center .right_shift img {
  width: 100%;
  height: 100%;
}

.goods_info .left .goods_intro .glass .glass_center .small_pic {
  width: 405px;
  height: 60px;
  overflow: hidden;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}

.goods_info .left .goods_intro .glass .glass_center .small_pic a {
  display: block;
  /* width: 76px; */
  height: 60px;
  margin-right: 5px;
  padding: 0 8px;
  text-align: center;
}

.goods_info .left .goods_intro .glass .glass_center .small_pic a img:hover {
  border: 1px solid red;
}

.checked_img {
  border: 1px solid red !important;
}

.goods_info .left .goods_intro .glass .glass_center .small_pic a img {
  width: 60px;
  height: 60px;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.goods_info .left .goods_intro .glass .glass_bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}

.goods_info .left .goods_intro .glass .glass_bottom ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.goods_info .left .goods_intro .glass .glass_bottom ul li {
  margin-right: 20px;
  cursor: pointer;
}

.goods_info .left .goods_intro .glass .glass_bottom ul li img {
  width: 11px;
  height: 11px;
}

.goods_info .left .goods_intro .glass .glass_bottom ul li a {
  color: #666666;
}

.goods_info .left .goods_intro .glass .glass_bottom ul .share_goods {
  position: relative;
}

.share_goods .qrShare {
  position: absolute;
  top: 45px;
  left: 125px;
  width: 150px !important;
  height: 150px !important;
  display: none;
}

.goods_info .left .goods_intro .glass .glass_bottom ul .share_goods .share_info {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  display: none;
  width: 160px;
  padding: 10px;
  text-align: center;
  box-shadow: 5px 5px 20px #dcdcdc;
}

.goods_info .left .goods_intro .glass .glass_bottom ul .share_goods .share_info img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.goods_info .left .goods_intro .glass .glass_bottom .report:hover {
  color: #ef6c00;
}

.goods_info .left .goods_intro .good_info {
  flex: 1;
  color: #666;
  text-align: left;
  max-width: 60%;
}

.goods_info .left .goods_intro .good_info .title {
  display: block;
  font-size: 16px;
  color: #020202;
  padding-top: 10px;
  line-height: 18px;
  margin-bottom: 13px;
}

.goods_info .left .goods_intro .good_info .good_basic li {
  color: #999;
  font-size: 12px;
  padding-left: 10px;
  line-height: 40px;
}

.goods_info .left .goods_intro .good_info .good_basic .retail_price {
  padding-top: 10px;
  background: #fff9f5;
  line-height: 39px;
  border-top: 1px solid #f3ebe7;
}

.goods_info .left .goods_intro .good_info .good_basic .retail_price span:first-child {
  margin-left: 10px;
}

.goods_info .left .goods_intro .good_info .good_basic .retail_price span {
  font-size: 28px;
}

.goods_info .left .goods_intro .good_info .good_basic .retail_price .primary {
  margin-left: 10px;
  margin-right: 30px;
  color: #ef6c00 !important;
}

.goods_info .left .goods_intro .good_info .good_basic .retail_price .primary a {
  color: #ef6c00 !important;
}

.goods_info .left .goods_intro .good_info .good_basic li span {
  font-size: 12px;
  color: #333;
  margin-right: 30px;
  font-weight: 500;
}

.goods_info .left .goods_intro .good_info .good_basic .batch_info {
  background: #fff9f5;
  border-top: 1px solid #fff9f5;
}

.goods_info .left .goods_intro .good_info .good_basic .batch_info .the_batch {
  margin-left: 50px;
}

.goods_info .left .goods_intro .good_info .good_basic .flexRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.goods_info .left .goods_intro .good_info .good_basic .flexRow li {
  padding-left: 0;
}

.goods_info .left .goods_intro .good_info .good_basic .flexRow .shopAdd {
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.goods_info .left .goods_intro .good_info .good_basic .sku_list {
  line-height: 66px;
  position: relative;
}

.goods_info .left .goods_intro .good_info .good_basic .sku_list a {
  color: #999999;
}

.goods_info .left .goods_intro .good_info .good_basic .sku_list .sku_value {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-top: 1px dashed #dcdcdc;
}

.goods_info .left .goods_intro .good_info .good_basic .sku_list .sku_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  max-width: 500px;
  margin-top: 10px;
  margin-left: 10px;
}

.goods_info .left .goods_intro .good_info .good_basic .sku_list .sku_item .colorList{
  padding: 0px 0px 0px 10px;
}

.goods_info .left .goods_intro .good_info .good_basic .sku_list .sku_item .item a {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin: 0 5px;
}

.goods_info .left .goods_intro .good_info .good_basic .sku_list .sku_item .item span {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin: 0 5px;
}

.goods_info .left .goods_intro .good_info .good_basic .sku_list .sku_item .item {
  height: 40px;
  cursor: pointer;
  border: 1px solid #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 10px;
}

.goods_info .left .goods_intro .good_info .good_basic .sku_list .checked {
  border: 1px solid #ef6c00 !important;
}

.goods_info .left .goods_intro .good_info .good_basic .sku_list .sku_item .item .specImg {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.sku_list .sku_value .sku_table {
  margin-left: 25px;
  flex: 1;
  padding-top: 10px
}

.sku_list .sku_value .sku_table .table_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #333;
  line-height: 42px;
  border-bottom: 1px dashed #dcdcdc;
}

.sku_list .sku_value .sku_table div:last-child {
  border-bottom: none;
}

.sku_list .sku_value .sku_table .table_item .input_num {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sku_list .sku_value .sku_table .table_item .input_num .num {
  width: 34px;
  height: 22px;
  padding: 4px 7px;
  font-size: 10px;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #dcdcdc;
}
.goods_info .left .goods_intro .good_info .good_basic .sku_list .click_show{
  position: absolute;
  bottom: -16px;
  width: 30px;
  height: 17px;
  left: 50px;
  z-index: 1;
  border-top: 0;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  color: #020202;
  background: #fff;
}
.click_show img{
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.my_height{
  height: 225px;
  overflow: hidden;
}
.sku_list .sku_value .sku_table .table_item a {
  display: block;
  width: 20px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  color: #c5c8ce;
  border-color: #dcdee2;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  box-sizing: border-box;
}

.sku_list .sku_value .sku_table .table_item span {
  display: block;
  width: 20px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  color: #c5c8ce;
  border-color: #dcdee2;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  box-sizing: border-box;
}

.sku_list .sku_value .sku_table .table_item .disabled {
  background-color: #f7f7f7;
  pointer-events: none;
}

.good_info .selected_goods {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  line-height: 33px;
  background: #f6f6f6;
  margin-top: 18px;
  padding: 0 10px;
  cursor: pointer;
  font-size: 12px;
}

.good_info .goods_spec {
  position: absolute;
  /* top: -31px; */
  bottom: 28px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  display: none;
  width: 550px;
  max-height: 500px;
  overflow-y: auto;
  padding: 0 10px;
  background: #fff;
  box-shadow: 5px 5px 20px #dcdcdc;
  z-index: 99;
}

.show-num:hover .goods_spec {
  display: block !important;
}

.pl27 {
  padding-left: 27px;
}

.good_info .goods_spec .spec-item {
  width: 80%;
  font-size: 12px;
  color: #666666;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.good_info .goods_spec .spec-item span {
  min-width: 60px;
}

.good_info .selected_goods .goods_spec span {
  display: inline-block;
  width: 31%;
}

.good_info .selected_goods li span {
  color: #ef6c00 !important;
}

.good_info .click_btn {
  width: 95%;
  padding: 20px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.good_info .click_btn a {
  font-size: 18px;
  color: #ef6c00;
  padding: 10px 15px;
  margin: 0 10px 10px 0;
  border: 1px solid #ef6c00;
}

.good_info .click_btn a:first-child:hover {
  border: 1px solid #ef6c00;
}

.good_info .click_btn a img {
  width: 11px;
  height: 11px;
  margin-right: 5px;
}

/*.good_info .click_btn a:nth-child(1) {
  color: #808088;
  border: 1px solid #dcdcdc;
}*/

.good_info .click_btn .share {
  position: relative;
}

.good_info .click_btn .share .qrShare {
  position: absolute;
  top: 40px;
  left: 0;
  width: 150px;
  height: 150px;
  display: none;
}

.goods_content .goods_info .right {
  width: 150px;
}

.goods_content .goods_info .recommend {
  width: 100%;
  margin-right: 10px;
}

.wrap {
  position: relative;
  text-align: center;
  width: 150px;
}

.wrap div {
  line-height: 20px;
}

.wrap div:after {
  right: 0;
}

.wrap div:before {
  left: 0;
}

.wrap div:after,
.wrap div::before {
  position: absolute;
  top: 50%;
  background: #666;
  content: "";
  height: 1px;
  width: 24%;
}

.wrap .font14 {
  font-size: 14px;
}

.recommend ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.right .recommend ul li {
  width: 150px;
}

.recommend ul li {
  width: 240px;
  margin-top: 10px;
  border: 1px solid #eee;
}

.recommend ul li div {
  padding: 2px 5px;
  background: #fff;
}

.change {
  padding: 2px;
  border: 2px solid transparent;
}

.change:hover {
  border: 2px solid #ef6c00;
}

.right .recommend ul li img {
  height: 134px;
}

.recommend ul li img {
  width: 100%;
  height: 240px;
  display: block;
  object-fit: cover;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recommend ul li div span:first-child {
  font-size: 13px;
}

.recommend ul li div span {
  font-size: 10px;
  line-height: 32px;
  color: #666;
}

.primary {
  color: #ef6c00 !important;
}

/* 商品详情 */
.good_detail {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.good_detail .detail_left {
  width: 260px;
}

.good_detail .detail_left .shop_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid #e8e8e8;
  text-align: left;
  padding: 5px 10px 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.good_detail .detail_left .shop_info>div {
  width: 100%;
  padding-top: 5px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.displaynone{
  display: none;
}
.good_detail .detail_left .shop_info .shop_name {
  font-size: 15px;
  color: #020202;
  font-weight: bold;
}

.good_detail .detail_left .shop_info .shop_btn {
  text-align: center;
}

.good_detail .detail_left .shop_info .shop_btn div {
  width: 111px;
  height: 32px;
  line-height: 32px;
  color: white;
  background: #ef6c00;
  margin: 10px auto 20px;
}

.good_detail .detail_left .search {
  margin-bottom: 10px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
}

.good_detail .detail_left .recommend {
  width: 100%;
  margin-right: 10px;
}

.good_detail .search>div {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
}

.good_detail .detail_left .search ul {
  margin-bottom: 10px;
}

.good_detail .detail_left .search li {
  font-size: 12px;
  line-height: 24px;
}

.recommend ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.browse {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #666;
}

.good_detail .detail {
  width: 920px;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  box-sizing: border-box;
}

.good_detail .detail .detail_tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  height: 37px;
  background: #e8e8e8;
  font-size: 14px;
  color: #666;
}

.good_detail .detail .detail_tabs li {
  width: 176px;
  height: 37px;
  padding: 8px 16px;
  margin-right: 16px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

.good_detail .detail .detail_tabs .checked {
  background: #fff;
  border-top: 2px solid #ef6c00;
}

.good_detail .detail .detail_tabs .checked a {
  color: #ef6c00;
}

.good_detail .detail .detail_tabs li a:hover {
  color: #ef6c00;
}

/* 商品介绍 */
.good_detail .detail .tabs_content {
  width: 100%;
}

.good_detail .detail .tabs_content .good_info {
  width: 100%;
  padding: 30px;
  font-size: 12px;
  color: #020202;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
  box-sizing: border-box;
}

.good_detail .detail .tabs_content .good_info table {
  width: 100%;
}

.good_detail .detail .good_info td {
  line-height: 30px;

}

.good_detail .detail .tabs_content .hot {
  width: 95%;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.good_detail .detail .hot .goods_card {
  width: 25%;
  min-height: 290px;
  box-sizing: border-box;
  padding: 4px 0;
  margin-top: 10px;
  border: none;
  padding-left: 8px;
  padding-right: 8px;
}

.good_detail .detail .hot .goods_card .change_one {
  display: block;
  padding: 2px;
  border: 1px solid #e8e8e8;
}

.good_detail .detail .hot .goods_card .change_one:hover {
  padding: 1px;
  border: 2px solid #ef6c00;
}

.good_detail .detail .hot .goods_card .change_one .show-image img {
  width: 100%;
  height: 210px;
}

.good_detail .detail .hot .goods_card .change_one .card_main {
  padding: 5px 0 10px 0;
  border: 1px solid #e8e8e8;
  border: none;
  font-size: 12px;
}

.goods_card .good_title {
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 4px 0;
}

.good_detail .detail .hot .goods_card .change_one .card_main .good_title {
  padding: 0 5px;
}

.good_detail .detail .hot .goods_card .change_one .card_main .show_price {
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.goods_card .price {
  font-size: 14px;
  color: #ef6c00;
  margin: 4px 0;
  font-weight: 700;
}

.good_detail .detail .hot .goods_card .change_one .card_main .show_price .price {
  flex: 1;
  font-size: 14px;
  color: #ef6c00;
}

.good_detail .detail .hot .goods_card .change_one .card_main .show_price .category_label {
  display: block;
  padding: 2px 4px;
  border: 1px solid #2d8cf0;
  border-radius: 3px;
  color: #2d8cf0;
  margin-right: 8px;
  cursor: pointer;
}

.good_detail .detail .hot .goods_card .change_one .card_main .show_price .watch_num {
  color: #333333;
}

.good_detail .detail .detail_html {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.good_detail .detail .detail_html img{
  max-width: 100%;
}

/* 关注用户 */
.good_detail .detail .tabs2_content {
  width: 100%;
}

.good_detail .detail .tabs2_content .record {
  padding: 30px 26px;
}

.good_detail .detail .tabs2_content .record .table {
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}

.good_detail .detail .tabs2_content .record .table thead tr th {
  padding: 10px 0;
  color: #666666;
}

.good_detail .detail .tabs2_content .record .table tbody tr {
  border-bottom: 1px solid #e8eaec;
}

.good_detail .detail .tabs2_content .record .table tbody tr td {
  padding: 10px 0;
  border-right: 1px solid #e8eaec;
}

.good_detail .detail .tabs2_content .record .table tbody tr .user_icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.good_detail .detail .tabs2_content .record .table tbody tr .user_icon img {
  width: 40px;
  border-radius: 50%;
  height: 40px;
  margin-right: 10px;
}

.good_detail .detail .tabs2_content .page_container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #e8e8e8;
  padding: 16px 0;
  font-size: 12px;
  margin-top: 20px;
}

.good_detail .detail .tabs2_content .page_container span:first-child {
  margin-right: 10px;
}

.good_detail .detail .tabs2_content .page_container button {
  width: 70px;
  height: 32px;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #dcdee2;
  cursor: pointer;
}

.good_detail .detail .tabs2_content .page_container button:nth-child(2) {
  margin-right: 4px;
}

.good_detail .detail .tabs2_content .page_container .page_num {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.good_detail .detail .tabs2_content .page_container .page_num a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 4px;
  border: 1px solid #dcdee2;
}

.good_detail .detail .tabs2_content .page_container .page_input {
  width: 50px;
  height: 32px;
  outline: none;
  color: #020202;
  padding: 4px 7px;
  margin: 0 8px;
  border: 1px solid #dcdee2;
  box-sizing: border-box;
}

.page_container div .check_page {
  background-color: #ef6c00;
  color: #fff;
}

.cleanfloat::after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
  min-width: 104px;
}

.cleanfloat .noLight {
  list-style: none;
  float: left;
  font-size: 23px;
  margin: 1px;
  color: #ccc;
  /* color: #ef6c00; */
  cursor: pointer;
}

.cleanfloat .m-new-mark {
  list-style: none;
  float: left;
  font-size: 14px;
  margin: 3px;

  color: #ccc;
  /* color: #ef6c00; */
  cursor: pointer;
}

.light {
  color: #ef6c00 !important;
}


.sku_items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sku_items .item a {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin: 0 5px;
}

.sku_items .item {
  height: 40px;
  cursor: pointer;
  border: 1px solid #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 10px;
}

.sku_items .item .specImg {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

/**已下架*/
.falseShowShop {
  position: absolute;
  z-index: 99;
  width: 150px;
  /*margin-left: 300px;*/
  top: 0;
  right: 0;
}
@-webkit-keyframes bounce-up {
  25% {-webkit-transform: translateY(5px);}
  50%, 100% {-webkit-transform: translateY(0);}
  75% {-webkit-transform: translateY(-5px);}
}

@keyframes bounce-up {
  25% {transform: translateY(5px);}
  50%, 100% {transform: translateY(0);}
  75% {transform: translateY(-5px);}
}

.animate-bounce-up{-webkit-animation: bounce-up 2.4s linear infinite;animation: bounce-up 2.4s linear infinite;}

.score_list > div {
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8;
}


/****店铺标签***/
.m-mark-sp {
  width: 32px;
  font-size: 14px;
  cursor: pointer;
  line-height: 16px;
  text-align: center;
  border-radius: 2px;
  display: block;
  float: left;
  margin-right: 5px;
  padding: 2px;
}
.m-store-shop {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #FFF;
  padding: 2px;
  background: #1979FF;
  border-radius: 2px 0 0 2px;
}
.m-store-years {
  border: 1px solid #1979FF;
  border-radius: 2px 0 0 2px;
  padding: 2px 3px 2px 3px;
  height: 14px;
  line-height: 14px;
  line-height: 14px \0;
  text-align: center;
  font-size: 12px;
  color: #1979FF;
  margin-left: -2px;
}
.m-mark-power {
  color: #FCE6C6;
  background-color: #917C66;
}
.m-mark-trust {
  color: #FFF;
  background-color: #F0BB02;
}
.m-mark-entity {
  color: #FFF;
  background-color: #00ADFF;
}
.m-mark-buy {
  color: #FFF;
  background-color: #16baaa;
}
.c-store-hide {
  display: none;
  position: absolute;
  top: 135px;
  width: 350px;
  z-index: 100;
  box-sizing: border-box;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
}
.c-store-hide h4 {
  font-size: 14px;
  color: #275071;
  line-height: 36px;
  padding-left: 30px;
  display: inline-block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
}
.fl {
  float: left;
}
.c-store-l {
  width: 100%;
  padding: 7px 30px 16px;
  box-sizing: border-box;
}
.c-store-message {
  width: 100%;
  padding-bottom: 14px;
  border-bottom: 1px solid #f4f4f4;
}
.c-store-message h5 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 20px;
  margin-right: 4px;
  position: relative;
  display: inline-block;
}
.c-store-span{
  text-align: center;
  border-radius: 2px;
  margin-left: 5px;
}
.m-brand-tags{
  margin: 5px;
}
.m-contect-btn {
  width: 58px;
  height: 18px;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  border-radius: 1px;
  border: 1px solid #DBDBDB;
  position: relative;
}

.c-store-message p {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  padding-top: 4px;
  position: relative;
  word-break: break-all;
}
.c-store-message p span {
  color: #000;
}
.c-store-message p u {
  width: 62px;
  display: inline-block;
  text-align: justify;
  text-align-last: justify;
  -moz-text-align-last: justify;
  -webkit-text-align-last: justify;
  text-justify: inter-ideograph;
  text-align-last: justify;
  text-decoration: none;
}
