/* 公共css样式 头部和底部 */
.shortcut {
  height: 52px;
  background-color: #333;
}
.shortcut li {
  float: left;
}
.shortcut li a {
  font-size: 14px;
  color: #dcdcdc;
  line-height: 52px;
}
/* 选中 shortcut 类名 li 里面所有的偶数属性 */
.shortcut li:nth-child(2n) {
  width: 1px;
  height: 14px;
  background-color: #666;
  margin: 19px 16px 0;
}
.phone::before {
  display: inline-block;
  content: '';
  width: 11px;
  height: 16px; 
  background: url(../images/sprites.png) -160px -70px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 8px;
}
.xtx-header {
  height: 130px;
  /* background-color: skyblue; */
} 
.xtx-logo {
  width: 207px;
  height: 70px;
  /* background-color: pink; */
  margin-top: 30px;
  margin-left: 25px;
}
.xtx-logo a {
  display: block;
  width: 207px;
  height: 70px;
  background: url(../images/logo.png);
  background-size: 100% 100%;
  font-size: 0;
}
.xtx-nav li {
  float: left;
}
.xtx-nav a {
  line-height: 130px;
  padding-bottom: 7px;
  margin-left: 45px;
}
.xtx-nav li a:hover {
  border-bottom: 2px solid #27ba9b;
}
.xtx-search {
  width: 172px;
  height: 30px;
  border-bottom: 2px solid #e7e7e7;
  margin-top: 54px;
  margin-left: 82px;
}
.xtx-search button {
  float: left;
  width: 18px;
  height: 18px;
  background: url(../images/sprites.png) -80px -70px;
  border: 0;
  outline: 0;
  margin-top: 4px;
}
.xtx-search input {
  float: left;
  width: 154px;
  height: 28px;
  padding-left: 10px;
}
.xtx-search input::placeholder {
  color: #ccc;
}
.xtx-cart a {
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/sprites.png) -120px -70px;
  margin-top: 58px;
  margin-left: 20px;
}
.count {
  position: absolute;
  top: -5px;
  left: 10px;
  height: 14px;
  background-color: #e26237;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  border-radius: 8px;
  padding: 0 6px;
}
.xtx-footer {
  margin-top: 50px;
  height: 343px;
  background-color: #333;
}
.xtx-service {
  width: 1392px;
  height: 174px;
  border-bottom: 1px solid #434343;
  margin: 0 auto;
}
.xtx-service li {
  float: left;
  width: 464px;
  height: 58px;
  /* background-color: pink; */
  margin-top: 60px;
  text-align: center;
  font-size: 28px;
  color: #fff;
}
.xtx-service li i {
  display: inline-block;
  width: 58px;
  height: 58px;
  background: url(../images/sprites.png) no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.xtx-service .icon-logistics {
  background-position: -130px 0;
}
.xtx-service .icon-fresh {
  background-position: -65px 0;
}
.xtx-copyright {
  color: #999;
  font-size: 14px;
  text-align: center;
}
.xtx-copyright a {
  color: #999;
}
.xtx-copyright span {
  margin: 0 10px;
}
.xtx-copyright p:first-child {
  margin: 40px 0 15px;
}