/*菜单栏部分.............................................................................................*/
.center{
display: flex;
    margin: 0 auto;
    width: 1180px;

}
.header{
margin: 10px auto;
    /*position: fixed;*/
    /*top: 0;*/
    height: 50px;
    background-color: aliceblue;
    width: 1180px;


}
.logo a img{
    display: block;
    width: 140px;
    height: 48px;
}
.nav ul {
    display: flex;
}
.nav a {
    display: block;
    font-size: 20px;
}
.nav ul li {
    margin-left:35px;
}
.nav {
    padding-top: 7px;
}
.upload{
    padding-top: 8px;
    margin-left: 160px;
}
.cungZik{
    margin-left: 20px;
    padding-top: 8px;
    font-size: 20px;
}
.upload a {
    margin-left: 100px;
    font-size: 19px;

}
.user{
    padding-top: 8px;
    font-size: 19px;
    margin-left: 20px;
}
.zyu{
    visibility: visible;
}
.zyu2{
    visibility: hidden;
}
.dang{
    visibility: visible;
}
.dang2{
    visibility: hidden;
}
#sp{
    font-size: 16px;
}
/*搜索框...............................................................................................*/
#sauSo{
    margin-top: 85px;
    margin-bottom: 26px;
    justify-content: center;
    height: 42px;
    width: 800px;

}
#sauSo form{
    display: flex;
}
#sauSo input {
    display: block;
    width: 300px;
    padding-left: 12px;
}
#sauSo button {
    margin-right: 0;
    width:40px;
    background-color: skyblue;

}
#sauSo input:focus {
    outline: none;
}
/*首页推荐...............................................................................................*/
.tui{
    display: flex;
    margin-top: 10px;
}
.tui span{
    font-size: 23px;
    margin-right: 8px;
}
.tui p{
  margin-top: 6px;
    font-size: 16px;
}
/*产品区域...............................................................................................*/
#product{
    width: 1200px;
    /*background-color: lightgoldenrodyellow*/

}
#product2{
    width: 1200px;
    /*background-color: lightgoldenrodyellow*/

}
.list{
    display: flex;
flex-wrap: wrap;

}
.sli{
    width: 230px;
    height: 280px;
    margin-right: 9px;
    margin-bottom: 9px;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.2);

}
.sli a{
    display: block;
    height: 280px;

}
.sli img{
    display: block;
    height: 232px;
    width: 230px;
    background-color: #f1f2f4;
    object-fit: fill;
    border-radius: 8px;
}
.msg{
    display: flex;
    height: 18px;
    display: flex;
    justify-content: space-between;


}
.title{
    margin-top: 4px;
    margin-left: 9px;
    font-size: 15px;
    font-weight: bold;
}
.baanBun{
    margin-left: 9px;
    font-size: 13px;
    color: orange;
    margin-right: 4px;

}
.gam img{
    width: 18px;
    height: 20px;
}
.price{
    font-size: 13px;
}
.author{
    font-size: 13px;
    text-align: right;
    margin-right: 10px;
}
.part1{
    display: flex;
}
.part2{
    text-align: right;
}
.list2{
    display: flex;
    flex-wrap: wrap;
}