/* 版心 */

.wrapper {
    width: 1328px;
    margin: 0 auto;
    position: relative;
}

.shortcut{
  height: 52px;
  background-color: #333;
}
.shortcut .wrapper{
  display: flex;
  height: 52px;
  justify-content: flex-end;
  align-items: center;
}
.shortcut .wrapper ul{
  display: flex;
  height: 52px;
  align-items: center;
}

.shortcut  li a {
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
  border-right: 1px solid #999;
  
}
.shortcut  li:last-child a{
  border: none;
}
.shortcut li .iconfont{
  font-size: 16px;
  margin-left: 4px;
  vertical-align: middle;

}
.shortcut li .login{
  color: #5eb69c;
}
.header{
  display: flex;
  margin-top: 22px;
  margin-bottom: 22px;
  height: 88px;

}
/* logo */
.header .logo{
  width: 200px;
  height: 88px;
  margin-right: 40px;
}
.logo a{
  display: block;
  width: 200px;
  height: 88px;
  background: url(../images/logo.png) no-repeat center;
  background-size: contain;
  font-size:0

}
/* 导航 */
.nav{
  margin-top: 38px;
  margin-right: 28px;
  
}
.nav ul{
  display: flex;
}
.nav ul li{
  margin-right: 47px;
  font-size: 16px;

} 
.nav ul li a{
  padding-bottom: 10px;
}
.nav ul li a:hover{
  color: #5eb69c;
  border-bottom: 2px solid #5eb69c
;
}
/* 搜索 */
.search{
  display: flex;
  margin-top: 33px;
  margin-right: 45px;
  width: 170px;
  height: 34px;
  border-bottom: 2px solid #f4f4f4;
}
.search .iconfont {
  font-size: 18px;
  color: #ccc;
  margin-right: 8px;

}
.search input{
  width: 0;
  flex: 1;
  border: none;
  outline: none;
}
.search input::placeholder{
  color: #ccc;
  font-size: 16px;
}
/* 购物车 */
.cart {
  position: relative;
  margin-top: 35px;
}
.cart .iconfont{
  font-size: 24px;
}
/* right 右对齐 文字多了 右边撑开 可能盖住其他内容 */
.cart i{
  position: absolute;
  top: 0px;
  left: 18px;
  padding: 0 6px;
  line-height: 18px;
  background-color: #f10180;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  line-height: 15px;

}
/* 底部 */
.footer{
  height: 580px;
  background-color: #0a1633
}
/* service 服务 */
.service{
  padding: 60px 0;
  height: 178px;
  border-bottom: 1px solid #e8e8e8;
}
.service ul{
  display: flex;
  justify-content: space-evenly;

}

.service li{
  display: flex;
  width: 190px;
  height: 58px;
}
.service li h5{
  margin-right: 20px;
  width: 58px;
  height: 58px;
  background-image: url(/images/sprites.png);
  /* 精灵图 */
}
.service li:nth-child(2) h5{
  background-position: -65px 0;
}
.service li:nth-child(3) h5{
  background-position: -130px 0;
}
.service li p{
  color: #fff;
  font-size: 28px;
  line-height: 58px;

}


/* 帮助中心 */
.help{
  display: flex;
  padding-top: 60px;
  height: 300px;
  justify-content: space-between;
}
.help .left{
  display: flex;


}
.help .left dl{
  color: #fff;
  margin-right: 84px;
}
.help .left dl:last-child{
  margin-right: 0px;

}
.help .left dt{
  font-size: 16px;
  margin-bottom: 30px;
}
.help .left dd{
  margin-bottom: 10px;
}
.help .left dd a{
  font-size: 14px;
  color: #ccc;
}
.help .left dd a .iconfont{
  margin-left: 4px;
  color: #5eb69c;
}

/* 版权 */
.help .right ul{
  display: flex;

}
.help .right li:first-child{
  margin-right: 55px;
}
.help .right .pic{
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
.help .right .pic img{
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}

.help .right .pic p{
  color: #ccc;
  font-size: 14px;
  text-align: center;
}
.copyright{
  text-align: center;
 
}
.copyright p{
  color: #ccc;
  margin-bottom: 10px;
}
.copyright p a{
  color: #ccc;
  margin: 0 10px;
}