﻿.menulist .submenu dl dt a {
  /* text-overflow: ellipsis;
  overflow: hidden; */
  width: 100px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.colorRed {
  color: #c10000;
}

a {
  text-decoration: none;
  color: black;
}

.w85 {
  width: 85%;
}

.txt-cut-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.tc {
  text-align: center;
}

.notshow {
  display: none;
}

.br {
  border-right: 1px solid #ddd;
}

.bt {
  border-top: 1px solid #ddd;
}

.btn {
  display: inline-block;
  line-height: 14px;
  border-radius: 2px;
  background: #f7f7f7;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 4px 13px 5px;
  color: #666;
  background-color: #f7f7f7;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #f7f7f7, #f2f2f2);
  box-sizing: initial;
}

.btn:hover {
  text-decoration: none;
  color: #666;
}

.flex {
  display: flex;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.jc-sa {
  -moz-box-pack: space-around;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.jc-sb {
  -moz-box-pack: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-y {
  display: flex;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.cursor {
  cursor: pointer;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.pl5 {
  padding-left: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pt8 {
  padding-top: 8px;
}

.pb8 {
  padding-bottom: 8px;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w100 {
  width: 100%;
}

.f16 {
  font-size: 16px;
}

.f15 {
  font-size: 15px;
}

.block {
  margin: 15px;
  padding: 10px;
  background: #fff;
  border: 1px solid #ebebeb;
  overflow: hidden;
  font-size: 14px;
  font-family: '微软雅黑';
  color: gray;
}

.modal1 {
  width: 35%;
  height: auto;
  display: none;
  /*border: 5px solid #656565;*/
  border-radius: 6px;
  position: relative;
}

.modal2 {
  width: 94%;
  height: auto;
  display: none;
  /*border: 5px solid #656565;*/
  border-radius: 6px 6px 0 0;
  position: relative;
}
.clear {
  clear: both;
}

.pro-info .info-left {
  float: left;
  width: 50%;
}

.pro-info .info-right {
  float: right;
  width: 45%;
}

.pro-info img {
  display: block;
  width: 100%;
}

.select,
.quantity,
.selected {
  border-top: 1px solid #fafafa;
  margin: 10px 0;
  padding-top: 10px;
}

.select-left {
  float: left;
  width: 12%;
  text-align: right;
}

.select-right {
  float: right;
  width: 84%;
}

.unchecked {
  border: 1px solid gray;
  padding: 4px 6px;
  border-radius: 4px;
  cursor: pointer;
}

.checked {
  /*border: 2px solid #c00; */
  padding: 4px 6px;
  border-radius: 4px;
  background: #f60;
  color: #fff;
  cursor: pointer;
}

.button button {
  width: 100%;
  height: 40px;
  background: #f60;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.button2 button {
  width: 100%;
  height: 40px;
  background: #c9033b;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}

.inner-y {
  display: inline-block;
  vertical-align: middle;
}

.fb {
  font-weight: bold;
}

.fixedtoolbar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9990;
  width: 0;
  height: 100%;
}

.fixedtoolbar-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-right: 6px solid #909090;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  transition: right 0.3s ease-in-out 0s;
}

.toolbarcart {
  position: absolute;
  top: 50%;
  left: -30px;
  width: 35px;
  margin-top: -61px;
  background-color: #909090;
  height: 110px;
}

.toolbarcart:hover {
  text-decoration: none;
}

.toolbarcart img {
  position: relative;
  padding: 5px 5px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #909090;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.toolbarcart div {
  margin-bottom: 1px;
  cursor: pointer;
  /* background-color: #909090; */
  color: whitesmoke;
  display: block;
  line-height: 16px;
  text-align: center;
  margin: 0 auto;
  /* width: 20px; */
}

.toolbarcart div:nth-child(2) {
  width: 20px;
}

.toolbarcart div:last-child {
  border: 1px solid #909090;
  position: absolute;
  right: 6px;
  background-color: #909090;
  height: 27px;
  padding: 5px 5px;
  white-space:nowrap;
}

.toolbarback {
  position: absolute;
  bottom: 0px;
  left: -29px;
  background-color: #909090;
  width: 35px;
  height: 110px;
}

.toolbarback img {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 5px 5px;
  position: relative;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #909090;
}

.toolbarback div {
  position: relative;
  cursor: pointer;
  background-color: #909090;
  margin: 0 auto;
  color: whitesmoke;
  line-height: 16px;
  text-align: center;
  margin: 0 auto;
  width: 20px;
  padding: 0;
}

#txt_Search_Keywords {
  box-sizing: content-box;
}

.ispromation {
  color: #ccc;
  text-decoration: line-through;
  font-size: 12px;
}

.ispromation span {
  font-size: 12px;
}

.marking {
  padding: 5px 10px;
  background: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.marking:hover {
  text-decoration: none;
  color: #333333;
}



.markingshowImg:hover {
  text-decoration: none;
  color: #fff;
}

#mask {
  width: 100%;
  height: 2700px;
  position: fixed;
  overflow: hidden;
  opacity: 0.7;
  top: 0px;
  left: 0px;
  z-index: 999996;
  background-color: rgb(0, 0, 0);
}

#smark {
  width: 100%;
  height: 2700px;
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  z-index: 999998;
}

#mask-demo {
  position: fixed;
  /* overflow: auto; */
  z-index: 999999;
  left: 30%;
  margin-top: 50px;
  background: #fff;
}

#multipleSkuModel {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 750px;
  /* max-height:550px; */
}

.modalBody {
  max-height: 550px;
  overflow: auto;
  margin-bottom: 20px;
}

.modalbutton {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -315px;
}

.modalbutton button {
  width: 300px;
}



#multipleSkuModel .Modeltop .productImg,
#multipleSkuModel .Modeltop .productImg img {
  width: 220px;
  height: 220px;
}

.flex-warp {
  display: flex;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.skuToCart,
.buyNow {
  width: 100%;
  height: 40px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
}

.skuToCart {
  background: #f60;
}

.buyNow {
  background: #c9033b;
}

.cartimg {
  width: 30px;
}

.Modelbottom ul li {
  border: 1px solid gray;
  padding: 0px 10px;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.Modelbottom ul li.skuDisabled {
  background: #eee;
  color: #c5c8ce;
  border: none;
}

.Modelbottom ul li span {
  display: inline-block;
  vertical-align: middle;
}

.Modelbottom ul li img {
  width: 20px;
  height: 20px;
}

.modalNum .modalCompute .button {
  border: 1px solid #e4e4e4;
  width: 24px;
  font-size: 15px;
  color: #aab2bd;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
}

.modalNum .modalCompute input {
  width: 40px;
  font-size: 12px;
  height: 21px;
  border-radius: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  color: #ed5565;
  font-weight: bold;
  text-align: center;
  background: #f7f7f7;
  margin-top: 0px;
  padding: 3px 6px;
  box-sizing: initial;
}

.colorGray {
  color: #989896;
}

.jc-fe {
  justify-content: flex-end;
  -moz-box-pack: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
}

.lineHant18 {
  line-height: 1.8 !important;
}

.lineH {
  line-height: 3.5 !important;
}

div.my_left_category {
  display: none !important;
}

body {
  margin: 0px;
  font-family: 'Arial', '微软雅黑';

  line-height: 1.8 !important;
}

.active {
  background: #fff;
}

.product {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}

.productbody {
  width: 980px;
  overflow: hidden;
  float: right;
}

.allsearch {
  padding: 10px 0;
}

.productbody .sub_propertys {
  width: 980px;
  border: 1px solid #ddd;
  padding: 0 10px;
  overflow: hidden;
}

.productbody .priceSearch {
  display: flex;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.productbody .priceSearch li {
  padding: 5px;
}

.productbody .sub_property1 {
  border: 1px solid #ddd;
  background: #f5f5f5;
  height: 30px;
  line-height: 30px;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
}

.productbody .sub_property1 ul {
  padding: 0px;
  margin: 0px;
}

.productbody .sub_property1 li {
  border-right: 1px solid #ddd;
  padding: 0px 20px;
}

.attributeList {
  line-height: 32px;
  display: inline-block;
  width: calc(100% - 76px);
}

.attributeList .inner-y {
  vertical-align: inherit !important;
}

.attributeList li {
  height: 22px;
  line-height: 22px;
}


/* 上面的搜索列表 */
.seach .attributeName {
  width: 70px;
  line-height: 32px;
  flex-shrink: 0;
  text-align: right;
  display: inline-block;
}

.seach .saerchMore {
  text-align: center;
  position: relative;
  top: -1px;
  left: -24px;
  border-top: 1px solid #ddd;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}

.seach .saerchMore span {
  position: relative;
  display: inline-block;
  margin-top: -1px;
  height: 28px;
  line-height: 28px;
  padding: 0 40px 0 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff #ddd #ddd;
  background: #fff;
  cursor: pointer;
  color: #333;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}
/* 左侧菜单 */
.menulist {
  width: 210px;
  float: left;
}

.menulist .firstMenu {
  border: 1px solid #ddd;
  border-top: none;
}

.menulist .firstMenu a {
  text-decoration: none;
  padding: 5px 10px;
}

.menulist .firstMenu li {
  background: #f5f5f5;
  height: 40px;
  line-height: 30px;

  border-top: 1px solid #ddd;
  position: relative;
}

.menulist .submenu {
  display: none;
}

.menulist .submenu.menuCheked {
  width: 600px;
  position: absolute;
  top: 0px;
  left: 209px;
  border: 1px solid #ddd;
  box-shadow: 0 0 8px #ddd;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 5;
  display: inherit;
}

.menulist .submenu dl {
  position: relative;
  padding-left: 10px;
  border: 1px solid #f5f5f5;
  display: flex;
}

.menulist .submenu dl dt {
  overflow: hidden;
  float: left;
  width: 120px;
  text-align: left;
  font-weight: 700;
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
  white-space: normal;
  display: flex;
  align-items: center;
}

.menulist .submenu dl dd {
  overflow: hidden;
  padding: 2px 0px 5px 5px;
  width: 498px;
}

.menulist .submenu dl dd a {
  float: left;
  margin: 7px 0;
  padding: 0 7px;
  height: 16px;
  line-height: 16px;
  white-space: nowrap;
}

/* 列表模式 */
/* .productLists ul,productLists ul li{
    padding:0px;
    margin:0px;
  } */
.productLists {
  border: 1px solid #ddd;
}

.productLists .productLists-title {
  background: #f5f5f5;
  height: 30px;
  line-height: 30px;
  /* margin-top:20px; */
}

/* .productLists .productLists-info{
    border: 1px solid #ddd;
  } */
.productLists-title div {
  text-align: center;
  font-weight: 600;
}

/* 图文 */
.productGraphic {
  width: 980px;
  overflow: hidden;
}

.productGraphic ul li {
  width: 236px;
  overflow: hidden;
  border: 4px solid #fff;
  padding: 5px;
  float: left;
  margin-top: 17px;
  margin-right: 9px;
}

.productGraphic ul li:hover {
  border: 4px solid #f4f2f2;
}

.productGraphic ul li .productImg a {
  display: block;
  width: 220px;
  height: 220px;
  overflow: hidden;
}

.productGraphic ul li .productImg a img {
  /* max-width: 220px;
      max-height: 220px; */
  width: 220px;
}

.productGraphic ul li .productName,
.productGraphic ul li .productSku {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}

.productGraphic ul li .productName {
  margin-top: 5px;
}

.productGraphic .productPrice {
  height: 25px;
  line-height: 25px;
  font-family: 'microsoft yahei';
  overflow: hidden;
  margin-bottom: 5px;
  color: #fa462d;
}

.productGraphic .productPrice .stock {
  color: #999;
}

.productGraphic .productLast .button {
  border: 1px solid #e4e4e4;
  width: 24px;
  font-size: 15px;
  color: #aab2bd;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
}

.productGraphic .productLast .num {
  width: 40px;
  font-size: 12px;
  border-radius: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  color: #ed5565;
  font-weight: bold;
  text-align: center;
  background: #f7f7f7;
  margin-top: 0px;
  padding: 3px 6px;
  box-sizing: initial;
}

.productGraphic .productLast select {
  padding: 3px 6px;
  margin-left: 5px;
  border-color: #e4e4e4;
  border-radius: 4px;
  height: 29px;
  margin-top: 0px;
  padding: 0px;
}

.productMenu ul {
  width: 1200px;
  margin: 0 auto;
}

.productMenu ul li {
  font-size: 16px;
  color: #fff;
  padding-left: 10px;
}

.searchList  {
  padding: 2px 0;
}

.productMenu ul li:first-child {
  width: 230px;
  background: #43bad5;
}

.productMenu ul li:not(:first-child) {
  padding-left: 20px;
  padding-right: 20px;
}

.allsearch .attributeList ul li.ischecked img {
  width: 12px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
}

.allsearch .attributeList ul {
  flex-wrap: wrap;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
}

.allsearch .attributeList ul li img {
  vertical-align: middle;
  display: none;
}
.messager-body {
  padding: 0px;
  overflow: auto;
}

div.productLists .productLists-info .listNum {
  background: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: inline-block;
  width: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.moresku {
  line-height: 3.5 !important;
  display: -webkit-box;
}

.productImg .promotionTxt {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ed5565;
  padding: 4px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.mt5 {
  margin-top: 5px;
}

.ml5 {
  margin-left: 5px;
}

.pl10 {
  margin-left: 10px;
}

#qidian_wpa_2852165795_84 {
  top: 88px;
}

.word_nowrap {
  white-space: nowrap;
}


.flex-x {
  display: flex;
  justify-content: center;
}
.gouClass{
  background: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin: 0px 5px;
}