.container {
  width: 100%;
  position: relative;
  min-width: 1200px;
  background: #fff;
}

body {
  background: #fff;
}

.header-menu {
  height: 90px;
  background: #fff;
}

.header-menu .logo {
  margin-top: 23px;
}


.search-box {
  display: inline-block;
  width: 500px;
  margin: 25px 15px 0 0;
}

.search-input-box input {
  width: 418px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  border: none;
  border: 2px solid #dedede;
  border-right: none;
  padding: 0 10px;
  box-sizing: border-box;
  float: left;
}

.search-input-box {
  width: 500px;
  height: 34px;
}

.search-btn {
  display: inline-block;
  width: 82px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  padding-left: 20px;
  font-size: 14px;
  background: #00a0e9 url(../images/search.png) 20px center no-repeat;
}

.hot-word {
  margin-top: 5px;
  color: #999;
}

.hot-word a {
  font-size: 12px;
  color: #999;
}

.search-btn:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}

.all-types-menu {
  background-color: #fff;
}

.all-types-menu-title {
  width: 220px;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  background: url(../images/all-menu-icon.png) center left no-repeat;
  background-size: cover;
  font-size: 16px;
  color: #fff;
}

.all-types-menu-title img {
  margin-right: 4px;
}

/*topbar start*/
.goods-topbar {
  height: 60px;
  width: 100%;
  background: #fff;
}

.topbar {
  height: 60px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}

.topbar a {
  line-height: 60px;
  font-size: 14px;
  color: #666;
  text-align: center;
}

.topbar a:hover {
  text-decoration: none;
}

/*topbar end*/

.jiantou {
  height: 64px;
  width: 30px;
  line-height: 64px;
  font-size: 14px;
  color: #666;
  text-align: center;
}

.dropbtn {
  color: #666;
  font-size: 14px;
  border: #e1e1e1 dashed 1px;
  ;
  cursor: pointer;
  width: 110px;
  height: 30px;
  margin-top: 17px;
  line-height: 30px;
  text-align: left;
  background: #fff;
  position: relative;
  padding: 0px 10px;
}

.dropbtn img {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 6px;
  right: 10px;
}

.dropdown {
  width: 110px;
  height: 30px;
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 110px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.dropdown-content a {
  color: #666;
  text-decoration: none;
  display: block;
  height: 30px;
  line-height: 30px;
}

.dropdown-content a:hover {
  background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #f4f4f4;
}

.top-delete {
  height: 30px;
  margin-top: 17px;
}

.top-delete a {
  color: #1293e6;
  font-size: 14px;
  border: #1293e6 dashed 1px;
  ;
  height: 30px;
  /* margin-top: 12px; */
  padding: 0px 10px;
  line-height: 30px;
  text-align: center;
  background: #fff;
}

.top-fenlei {
  height: 50px;
  width: 1200px;
  margin: 0 auto;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  border: #e1e1e1 solid 1px;
}

.fenlei-txt {
  color: #333;
  font-size: 14px;
  border-right: #e1e1e1 solid 1px;
  ;
  height: 48px;
  width: 120px;
  padding: 0px 20px;
  line-height: 48px;
  text-align: left;
  background: #f4f4f4;
  font-family: "Microsoft Yahei", "simsun", "Times New Roman", "宋体";
}

.fenlei-list {
  height: 48px;
}

.fenlei-list a {
  color: #666;
  font-size: 14px;
  padding: 0px 20px;
  line-height: 48px;
  text-align: center;
}

.fenlei-list a:hover {
  text-decoration: none;
}

.top-shaixuan {
  height: 46px;
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  background: #f4f4f4;
}

.order-container {
  float: left;
  height: 45px;
  line-height: 45px;
}

.tabWrap {
  height: 100%;
  float: left;
  min-width: 85px;
  padding: 0 15px;
}

.tab-text {
  height: 100%;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.tab-orders {
  height: 100%;
  width: 15px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.order {
  position: absolute;
  border-width: 5px;
  border-style: solid;
}

.currTab .up-order {
  border-color: transparent transparent #7cd7ff transparent;
}

.currTab .down-order {
  border-color: #7cd7ff transparent transparent transparent;
}

.currTab .currUpOrder {
  border-color: transparent transparent #00a0e9 transparent;
}

.currTab .currDownOrder {
  border-color: #00a0e9 transparent transparent transparent;
}

.up-order {
  top: 9px;
  left: 0px;
  border-color: transparent transparent #d2d2d2 transparent;
  cursor: pointer;
}

.down-order {
  top: 24px;
  left: 0px;
  border-color: #d2d2d2 transparent transparent transparent;
  cursor: pointer;
}

.currUpOrder {
  border-color: transparent transparent #aaaaaa transparent;
}

.currDownOrder {
  border-color: #aaaaaa transparent transparent transparent;
}

.currTab {
  border: solid 1px #eee;
  background: #fff;
}

.currTab .tab-text {
  color: #118ce3;
}

.list-info {
  float: right;
  height: 46px;
  line-height: 46px;
  width: 300px;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  position: relative;
}

.list-info-tip {
  text-align: right;
  width: 170px;
}

.info-tip1 {
  color: #999;
  font-family: "Microsoft Yahei", "simsun", "Times New Roman", "宋体";
}

.info-tip2 {
  color: #666;
  font-family: "Microsoft Yahei", "simsun", "Times New Roman", "宋体";
}

.info-tip3 {
  color: #118ce3;
  font-family: "Microsoft Yahei", "simsun", "Times New Roman", "宋体";
}

.list-info-btns {
  border: 1px #dfdfdf solid;
  margin-top: 11px;
  margin-left: 15px;
  height: 24px;
  width: 100px;
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 20px;
}

.info-btn1 {
  color: #c8c8c8;
  height: 24px;
  width: 50px;
  line-height: 21px;
  text-align: center;
  border-right: 1px #dfdfdf solid;
  font-size: 16px;
}

.info-btn2 {
  color: #c8c8c8;
  height: 24px;
  width: 50px;
  line-height: 21px;
  text-align: center;
  font-size: 16px;
}

/* 商品列表 */
.goods-list {
  width: 1200px;
  margin: auto;
}

/* 商品详情 */
.good-detail {
  width: 100%;
  position: relative;
  align-items: center;
  /* 在父布局未设置高度的时候设置内容垂直居中 */
  display: -webkit-flex;
  border-bottom: #e1e1e1 solid 1px;
}

.good-detail-img {
  display: inline-block;
  background-color: #ffffff;
  width: 140px;
  height: 100px;
  overflow: hidden;
  margin-left: 1.3%;
  margin-top: 22px;
  margin-bottom: 22px;
}

.good-detail-img1 {
  display: inline-block;
  background-color: #ffffff;
  width: 140px;
  height: 200px;
  overflow: hidden;
  margin-left: 1.3%;
  margin-top: 22px;
  margin-bottom: 22px;
  text-align:center;
  margin:0 auto
}

.good-detail-img2 {
  display: inline-block;
  background-color: #ffffff;
  width: 100%;
  height: 45%;
  overflow: hidden;
  margin-left: 1.3%;
  margin-top: 22px;
  margin-bottom: 22px;
  text-align:center;
  margin:0 auto
}

.good-detail-desc {
  display: inline-block;
  width: 300px;
  height: 144px;
  margin-left: 2.5%;
}

.good-detail-desc p {
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  max-lines: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 22px;
  height: 40px;
  font-family: "Microsoft Yahei", "simsun", "Times New Roman", "宋体";
}

.good-detail-desc .good-delivery-period {
  margin-top: 10px;
  color: #999999;
  height: 20px;
}

.good-detail-desc .good-id {
  margin-top: 4px;
  color: #999999;
  max-lines: 1;
  height: 20px;
}

.good-detail-price {
  display: inline-block;
  padding-left: 80px;
  font-size: 14px;
  width: 180px;
}

.cart-box-content p {
  padding: 0;
  margin: 0;
  color: #c2c1c1;
  font-size: 12px;
}

.buy-count {
  right: 23%;
  padding-left:200px;
  display: inline-block;
  align-items: center;
  /* 在父布局未设置高度的时候设置内容垂直居中 */
  display: -webkit-flex;
}

.price-area {
  text-align: center;
  width: 82px;
  height: 12px;
}

.count-area {
  display: inline-block;
  text-align: center;
  width: 82px;
  height: 25px;
  align-items: center;
  /* 在父布局未设置高度的时候设置内容垂直居中 */
  display: -webkit-flex;
}

.good-detail-count {
  width: 100%;
  text-align: center;
}

.amount-div {
  position: absolute;
  right: 19.2%;
}

.good-detail-operation {
  margin-left:10%;
  font-size: 14px;
  line-height: 34px;
  height: 34px;
  width: 100px;
  background: #118ce3;
  text-align: center;
  color: #fff;
  font-family: "Microsoft Yahei", "simsun", "Times New Roman", "宋体";
  cursor: pointer;
}

.good-detail-desc .good-detail-name {
  color: #333333;
}

.good-detail-name:hover {
  color: #00a0e9;
  /*font-size: 12px;*/
  text-decoration: underline;
  font-family: "Microsoft Yahei", "simsun", "Times New Roman", "宋体";
   text-decoration:none
}


.good-detail-price-desc {
  color: #df0021;
  font-family: "Microsoft Yahei", "simsun", "Times New Roman", "宋体";
}

.unit-style {
  color: #999999;
  font-family: "Microsoft Yahei", "simsun", "Times New Roman", "宋体";
}

ul.count {
  float: left;
}

ul.count li {
  float: left;
}

ul.count li .add,
ul.count li .reduce {
  width: 20px;
  height: 25px;
  display: block;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  line-height: 25px;
  font-size: 14px;
  color: #8c8b8b;
  background: #f9f9f9;
  overflow: hidden;
}

ul.count li .reduce {
  border: 1px solid #b5b5b5;
  border-right: 0;
}

ul.count li .add {
  border: 1px solid #b5b5b5;
  border-left: 0;
}

ul.count li .input .inputnum {
  height: 25px;
  width: 40px;
  border: 0;
  overflow: hidden;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  text-align: center;
  line-height: 26px;
}


/* 底部 */
.footer-box {
  padding-top: 40px;
  box-sizing: border-box;
  height: 180px;
  background: #323232;
  font-size: 14px;
  color: #898989;
  text-align: center;
  margin-top: 15px;
}

.footer-box p {
  margin-top: 24px;
  margin: 0;
  font-family: "Microsoft Yahei", "simsun", "Times New Roman", "宋体";
}

.backtop {
  position: fixed;
  right: 0;
  width: 52px;
  height: 52px;
  bottom: 179px;
  background: url(../images/backtop.png) center no-repeat;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #00a0e9;
}

.backtop:hover {
  background: url(../images/backtop.png) center -4px no-repeat;
  background-color: #00a0e9;
}
a{
	font-family: "Microsoft Yahei", "simsun", "Times New Roman", "宋体";
}