* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  li {
    list-style: none;
  }
  
  body {
    font: 14px/1.5 "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
  }
  
  a {
    color: #333;
    text-decoration: none;
  }
body {
    background-color: #e0e0e0;
}

.wrapper{
    margin: 0 auto;
    width: 720px;
}
.header {
    display: flex;
    height: 60px;
    background-color: #ffffff;
}
.logo {
    padding-top: 10px;
    /* width: 200px; */
}
.nav {
    margin-left: 30px;
    /* width: 760px; */
}
.logo a {
    display: block;
    width: 195px;
    height: 41px;
    background-image: url(../img/logo.png);
    font-size: 0;
}
.nav ul{
    display: flex;
    flex: 1;
    /* justify-content: space-between; */
}
.nav ul li a { 
    /* padding-left: 30px; */
    /* padding: 0 30px; */
     padding: 0 24px;
    border-right: 1px solid #e0e0e0;
    line-height: 60px;
    font-size: 18px;
}
.nav ul li:last-child a { 
   border-right: 0;
}
.cp {
    margin-top: 10px;
    /* height: 60px; */
    /* background-color: #ffffff; */
}
/* 精品推荐 */
.cptitle {
    display: flex;
    justify-content: space-between;
    height: 60px;
    line-height: 60px;

}.cptitle h3 {
    font-size: 18px;
    font-weight: 400;
}
.cptitle .more {
    padding-right: 20px;
    background: url(../images/more.png) no-repeat right center;
    font-size: 14px;
    color:#999;
}
.cplist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;/*space-between;*/
}
.cplist li {
    margin-bottom: 14px;
    width: 230px;
    height: 320px;
    background-color: #c33a3a;
}

.cplist li .pic {
    height: 230px;
}
.pic img {
    width: 230px;
    height: 230px;
    object-fit: contain;
}
.cplist li .text {
    padding: 10px;
    height: 110px;
    background-color: #fff;
}

.cplist li .text h4 {
    padding-bottom: 10px;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    font-weight: 400;
}
.cplist li .text p {
    font-size: 12px;
    line-height: 30px;
    color: #e71d1d;
}
.footer {
    display: flex;
    justify-content: space-between;
    height: 200px;
    background-color: #ffffff;
}
.footer .left {
    width: 300px;
}
.footer .right {
    display: flex;
    width: 500px;
}
.footer .right dl{
    width: 150px;
}
.footer .right dt {
    /* margin-bottom: 12px; */
    font-size: 16px;
    line-height: 40px;
  }
  .footer .right dd {
    font-size: 12px;
    line-height: 20px;
    color: #999;
  }
