.header-wrap {
  position: static;
}

.footer {
  max-width: 1620px;
  position: static;
  bottom: 0;
  z-index: 100;
  color: #828282;
  background-color: #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.footer .footer_box {
  margin-top: 20px;
}

@media (max-width: 760px) {
  .footer .footer_box {
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
  .line {
    display: flex;
  }
}

@media (max-width: 1000px) {
  .line {
    display: contents;
  }
}

.goods-country {
  display: inline-block;
  padding: 0 15px;
  line-height: 30px;
  background-color: #672d20;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  font-size: 14px;
}

.goods-Attributes {
  margin-top: 4px;
  font-size: 16px;
  color: #828282;
  letter-spacing: 2px;
}

.goods-Attributes:after {
  content: '';
  display: block;
  clear: both;
}

.goods-Attributes .cont {
  float: left;
  width: 50%;
}

@media (max-width: 1200px) {
  .goods-Attributes .cont {
    width: 100%;
  }
}

.goods-Attributes .desc {
  position: relative;
  line-height: 26px;
}

.goods-Attributes .desc:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 16px;
  background-color: #672d20;
  border-radius: 4px;
}

.goods-mark {
  margin-top: 5%;
  margin-bottom: 8%;
}

.goods-mark:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 1200px) {
  .goods-mark {
    margin-top: 45px;
  }
}

.goods-mark .mark-item {
  float: left;
  width: 33%;
  text-align: center;
}

.goods-mark .goods-mark-line {
  height: 82px;
  margin-top: 16px;
  background-color: #fafafa;
  border: 1px solid #eaeaea;
}

.goods-mark .goods-mark-line:after {
  content: '';
  display: block;
  clear: both;
}

.goods-mark .title {
  margin-top: 8px;
  font-size: 16px;
  color: #222;
}

.goods-mark .title img {
  max-width: 22px;
  max-height: 22px;
  margin-right: 6px;
  vertical-align: middle;
}

.goods-mark .desc {
  margin-top: 14px;
  font-size: 12px;
}

.goods-mark .shuxian {
  float: left;
  width: 1px;
  height: 48px;
  margin: 14px 0;
  background: #ddd;
}

#newMark {
  margin-bottom: 66px;
}

#newMark .goods-mark-line1 {
  height: 82px;
  margin-top: 10px;
  background-color: #fafafa;
  border: 1px solid #eaeaea;
}

#newMark .goods-mark-line1 .mark-item {
  float: left;
  width: 24.5%;
  text-align: center;
}

#newMark .goods-mark-line2 {
  height: 82px;
  margin-top: 10px;
  background-color: #fafafa;
  border: 1px solid #eaeaea;
}

#newMark .goods-mark-line2 .size-detail {
  width: 37%;
}

@media (max-width: 750px) {
  #newMark .goods-mark-line2 {
    height: 120px;
  }
  #newMark .goods-mark-line2 .shuxian {
    height: 90px;
  }
  #newMark .goods-mark-line2 .size-tit {
    margin: 0;
  }
  #newMark .goods-mark-line2 .size-tit .title {
    margin: 0;
    line-height: 120px;
  }
}

#newMark .goods-mark-line3 {
  height: 82px;
  margin-top: 10px;
  background-color: #fafafa;
  border: 1px solid #eaeaea;
}

@media (max-width: 750px) {
  #newMark .goods-mark-line3 .size-detail {
    display: flex;
    width: 37%;
  }
  #newMark .goods-mark-line3 .size-detail .sort {
    line-height: 62px;
  }
  #newMark .goods-mark-line3 .size-detail .weight {
    margin-left: 7px;
  }
}

#newMark .goods-mark-line3 .weight {
  float: left;
  line-height: 82px;
}

#newMark .mark-item {
  float: left;
  width: 33%;
  text-align: center;
  font-size: 12px;
  color: #828282;
}

#newMark .size-tit {
  margin-top: 15px;
  width: 24.5%;
}

#newMark .title {
  margin-top: 15px;
  font-size: 16px;
  color: #222;
}

#newMark .title img {
  width: 22px;
  height: 22px;
  margin-right: 6px;
  vertical-align: middle;
}

#newMark .desc {
  margin-top: 14px;
  font-size: 12px;
  color: #828282;
}

#newMark .size-detail .sort {
  float: left;
  margin: 0 14px 0 30px;
  line-height: 82px;
}

#newMark .size-detail .sort-detail {
  margin-top: 5px;
  float: left;
  text-align: left;
}

@media (max-width: 750px) {
  #newMark .size-detail {
    padding-left: 15px;
  }
  #newMark .size-detail .sort {
    float: none;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    margin: 10px 0 0 0;
  }
  #newMark .size-detail .sort-detail {
    font-size: 12px;
  }
}

#newMark .shuxian {
  float: left;
  width: 1px;
  height: 48px;
  margin: 14px 0;
  background: #ddd;
}

.dialog-title {
  margin-top: 24px;
  font-size: 30px;
  color: #222;
  text-align: left;
  line-height: 54px;
  letter-spacing: 4px;
}

@media (max-width: 1000px) {
  .dialog-title {
    margin-top: 8px;
    font-size: 22px;
    line-height: 35px;
  }
}

.dialogBox .bigImg {
  height: 100%;
}

.dialog-cont {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #828282;
  text-align: left;
}

@media (max-height: 760px) {
  .dialog-cont {
    margin-top: 0;
  }
}

.goodsDetail.layout {
  height: auto;
  max-width: 1185px;
  margin: 70px auto 80px;
  padding: 0 20px;
}

@media (max-width: 1000px) {
  .goodsDetail.layout {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}

@media (max-width: 760px) {
  .goodsDetail.layout {
    margin-top: 55px;
  }
}

.goodsDetail .bigImg {
  padding: 0 10px;
  min-height: 700px;
  text-align: center;
  background-color: #EED6C7;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1000px) {
  .goodsDetail .bigImg {
    min-height: 320px;
  }
}

.goodsDetail .bigImg > img {
  max-width: 100%;
  padding: 30px 0;
}

@media (max-width: 1000px) {
  .goodsDetail .bigImg > img {
    width: 80%;
  }
}

.goodsDetail .dialog-cont {
  width: 100%;
  margin-top: 20px;
  padding-left: 62px;
}

@media (max-width: 1000px) {
  .goodsDetail .dialog-cont {
    padding: 0 12px;
  }
}

.goodsDetail .goods-mark {
  margin-top: 48px;
  margin-bottom: 55px;
}

@media (max-width: 1000px) {
  .goodsDetail .goods-mark {
    margin-top: 0;
    margin-bottom: 16px;
  }
}

.goodsDetail .goods-Attributes .cont {
  width: 100%;
}

.goodsDetail .btn-buy {
  width: 100%;
  height: 82px;
  line-height: 82px;
  text-align: center;
  background: #672d20;
  color: #fff;
}

.goodsDetail .btn-buy a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
