* {
	margin: 0;
	padding: 0;
}
ul, ol, dl {
  list-style: none;
}
a{
  color: #020202;
  text-decoration: none;
}
.new_arrival{
  background: none;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 50px;
}
.new_arrival .content {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  position: relative;
}
.new_arrival .content .classify-container {
  margin-top: 10px;
  width: 100%;
}
.new_arrival .content .classify-container .table{
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
.new_arrival .content .classify-container .table tr {
  height: 47px;
  border-bottom: 1px solid #e8e8e8;
}
.classify-container .table .td_left{
  width: 10%;
  text-align: right;
  color: #020202;
}
.classify-container .table .td_right{
  width: 100%;
  border: none;
  display: flex;
  flex-direction: row;
}
.classify-container .table .td_right ul {
  width: 100%;
}
.hidden_content {
  height: 45px;
  overflow-y: hidden;
}
/* 分类更多样式 */
.more {
  width: 85px;
  height: 26px;
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.more img {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.more2 {
  width: 85px;
  height: 26px;
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.more2 img {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.more3 {
  width: 85px;
  height: 26px;
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.more3 img {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.more4 {
  width: 85px;
  height: 26px;
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.more4 img {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.table .td_right ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.table .td_right ul li {
  cursor: pointer;
  line-height: 24px;
  margin: 10px 15px;
  font-size: 12px;
}
.table .td_right ul li a {
  padding: 0 20px;
}
.table .td_right ul .checked {
  border: 1px solid #ef6c00;
  color: #ef6c00;
  display: block;
  padding: 0 20px;
}
.content .my_filters {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  border: 1px solid #e8e8e8;
}
.my_filters .filters_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 53px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #020202;
  padding: 0 14px;
  border-right: 1px solid #e8e8e8;
  cursor: pointer;
  box-sizing: border-box;
}
.my_filters .filters_item .confirm_btn {
  width: 56px;
  height: 32px;
  color: #fff;
  font-size: 12px;
  background: #ef6c00;
  border:none;
  margin-left: 10px;
  border-radius: 4px;
}
.my_filters .checked_filters {
  border: 1px solid #ef6c00!important;
}
.my_filters .checked_color {
  color: #ef6c00;
}
.my_filters .filters_item input{
  width: 40px;
  height: 32px;
  border: 1px solid #dcdee2;
  outline: none;
  padding: 4px 7px;
  box-sizing: border-box;
}
.my_filters .filters_item button {
  width: 56px;
  height: 32px;
  color: #fff;
  font-size: 12px;
  background: #ef6c00;
  border:none;
  margin-left: 10px;
  border-radius: 4px;
}
/* 商品样式 */
.new_arrival .content .goods_list {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}
.new_arrival .goods_list .goods_card {
  width: calc(20% - 10px);
  min-height: 315px;
  margin: 5px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.new_arrival .goods_list .goods_card:hover {
  margin: 4px 5px;
  border: 2px solid #ef6c00;
}
.goods_list .goods_card .show-image{
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: 2px;
}
.goods_list .goods_card .show-image img{
  width: 224px;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}
.goods_list .goods_card .show-image .tag{
  position: absolute;
  z-index: 1;
  left: 0;
  top: 8px;
}
.goods_list .goods_card .show-image .tag label{
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 0 10px 10px 0;
  color: #fff;
  background: #72dd79;
}
.goods_list .goods_card .show-sn{
  text-align: left;
  font-size: 14px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 10px 0 10px;
}
.goods_list .goods_card .show-name{
  text-align: left;
  font-size: 12px;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.goods_list .goods_card .show-price{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #ef6c00;
  padding: 0 10px 10px 10px;
}
.goods_list .goods_card .show-price span{
  margin-right: 3px;
  font-size: 14px;
}
.goods_list .goods_card .watch{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.goods_list .goods_card .watch span{
  font-size: 12px;
  font-weight: 400;
}
.goods_list .goods_card .watch .category_label{
  padding: 2px 5px;
  border: 1px solid #2d8cf0;
  border-radius: 3px;
  color: #2d8cf0;
  font-weight: bold;
}
.goods_list .goods_card .watch_num{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  color: #999;
}
.goods_list .goods_card .watch_num img{
  width: 12px;
  margin-right: 5px;
}
.service_card {
  width: calc(20% - 10px);
  min-height: 315px;
  margin: 5px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.service_card:hover {
  box-shadow: 0 1px 6px #00000033;
}
.service_card .show-image{
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: 2px;
}
.service_card .show-image img{
  width: 224px;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}
.service_card .service-info {
  border-top: 1px solid whitesmoke;
  padding: 0 6px;
  font-size: 12px;
}
.service_card .service-info .price {
  font-size: 14px;
  color: #EF6C00;
  margin: 4px 0;
  font-weight: bold;
} 
.service_card .service-info .primary {
  font-size: 12px;
  color: #EF6C00 !important;
}
.service_card .service-info .service-name {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 4px 0;
}
.service_card .service-info .service-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.service_card .service-info .service {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.new_arrival .content .page_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
  padding: 16px 0;
  font-size: 12px;
  color: #020202;
  border-top: 1px solid #e8e8e8;
}
.new_arrival .content .page_container span:first-child {
  margin-right: 10px;
}
.new_arrival .content .page_container button {
  width: 90px;
  height: 32px;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #dcdee2;
  cursor: pointer;
}
.new_arrival .content .page_container button:nth-child(2) {
  margin-right: 4px;
}
.new_arrival .content .page_container .page_num {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.new_arrival .content .page_container .page_num a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 4px;
  border: 1px solid #dcdee2;
}
.new_arrival .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;
}
.my_breadcrumb {
  text-align: left;
  margin: 10px;
  font-size: 12px;
  color: #020202;
}
.my_breadcrumb .right_icon {
  margin: 0 8px;
  color: #dcdee2;
}
.my_breadcrumb span:last-child {
  font-weight: bold;
}
.notice {
  font-size: 16px;
  text-align: left;
  margin: 16px 0;
  font-weight: 700;
}
.primary {
  color: #ef6c00 !important;
}
.select_page {
  margin-left: 15px;
  margin-left: 10px;
  width: 78px;
  height: 32px;
  font-size: 12px;
  color: #020202;
  border: 1px solid #dcdee2;
  outline: none;
}
.topBanner {
  width: 1200px;
  margin: 0 auto;
}
/* 图片搜索商品样式 */
.img-goods-info {
  display: flex;
  flex-direction: column;
  padding: 0 6px;
}
.img-goods_card {
  width: calc(20% - 10px);
  min-height: 315px;
  margin: 5px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.img-goods_card .show-image{
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: 2px;
}
.goods_list .img-goods_card .show-image img{
  width: 224px;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}
.img-goods-info .img-show-name {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 4px 0;
}
.img-goods-info .img-show-price {
  font-size: 14px;
  color: #ef6c00;
  margin: 4px 0;
  font-weight: 700;
}
.img-goods-info .add-purchase {
  font-size: 12px;
  color: #ef6c00;
  text-align: right;
  margin-bottom: 5px;
  cursor: pointer;
}
/* 加入进货单弹窗样式 */
.modal-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(55,55,55,0.6);
  height: 100%;
  z-index: 1000;
}
.purchase_modal {
  position: absolute;
  top: 100px;
  right: calc(50% - 300px);
  width: 600px;
  margin: 0 auto;
  background: #fff;
  z-index: 1024;
  border-radius: 6px;
}
.purchase_modal .modal_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #17233d;
  padding: 14px 16px;
  border-bottom: 1px solid #e8eaec;
}
.purchase_modal .modal_content {
  padding: 16px;
  font-size: 12px;
}
.purchase_modal .modal_content .sku_list {
  line-height: 66px;
  border-bottom: 1px solid #dcdcdc;
}
.purchase_modal .modal_content .sku_list .sku_value {
  width: 42px;
}
.purchase_modal .modal_content .sku_list span {
  cursor: pointer;
  padding: 10px;
  border: 1px solid #fff;
  margin-right: 15px
}
.purchase_modal .modal_content .sku_list span:first-child {
  margin: 0;
  padding: 0;
}
.purchase_modal .modal_content .sku_list .checked {
  border: 1px solid #ef6c00;
}
.purchase_modal .modal_content .sku_list .sku_table {
  margin-left: 25px;
  flex: 1;
  padding-top: 10px;
}
.purchase_modal .modal_content .sku_list .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;
}
.purchase_modal .modal_content .flex {
  display: flex;
  flex-direction: row;
}
.purchase_modal .modal_content .sku_list .sku_table div:last-child {
  border-bottom: none;
}
.purchase_modal .modal_content .sku_list  .sku_table .table_item .input_num {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.purchase_modal .modal_content .sku_list .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;
}
.purchase_modal .modal_content .sku_list  .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;
}
.purchase_modal .modal_content .sku_list .sku_table .table_item .disabled {
  background-color: #f7f7f7;
}
.purchase_modal .modal_footer {
  border-top: 1px solid #e8eaec;
  padding: 12px 18px 12px 18px;
}
.purchase_modal .modal_footer .confirm_btn {
  display: block;
  width: 128px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #ef6c00;
  margin: 0 auto;
}
