* {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    display: block;
}

a {
    text-decoration: none;
    color: #666666;
}

body{
    font-family: PingFangSC-Regular;
    background-color: #FAFAFA;
}
.topTitle{
    width: 100%;
    height: 104px;
    background: #ffffff;
    border-bottom:1px solid #E6E8EB;
}
.shopTitle{
    width: 1200px;
    height: 100%;
    margin:0 auto;
    display: flex;
}
.shopmall{
    font-weight:bold;
    font-size: 32px;
    margin-left:32px;
    margin-right: 102px;
    color: #666666;
    line-height: 104px;
}
.selectName{
    display: flex;
    line-height: 104px;
    width: 676px;
    justify-content: space-between;

}
.selectName li{
    font-size: 20px;
    color: #666666;
    font-weight: 400;
    position: relative;
    top:0;
    left:0;
}
.shop-content{
    margin-top:40px;
    width: 100%;
}
.content{
    width: 1200px;
    margin:0 auto;
    background-color: #FFF1F1;
    padding:0 30px 40px 30px;
    box-sizing: border-box;
}
.contitle{
    width: 100%;
    height: 102px;
    overflow: hidden;
    display: flex;
}
.content .hot{
    font-size: 32px;
    color: #666666;
    font-weight: bold;
    line-height: 102px;
}
.content .fire{
    display: block;
    font-weight: 400;
    color: #666666;
    line-height: 116px;
    margin-left:20px;
    font-size: 20px;
}
.content-list{
    display: flex;
}
.leftInfo{
    width: 384px;
}
#leftInfo img{
    width: 384px;
    height: 400px;
}
.shopInfo{
    width: 100%;
    height: 124px;
    background-color: #ffffff;
    padding-top:24px;
    box-sizing: border-box;
}
.shopInfo p:nth-child(1){
    text-align: center;
    color: #666666;
    font-weight: bold;
    font-size: 28px;
}
.shopInfo p:nth-child(2){
    color: #EA5455;
    font-size: 20px;
    text-align: center;
    margin-top:16px
}
.rightInfo{
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.rightInfo li{
    width: 232px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.rightInfo li img{
    width: 232px;
    height: 180px;
}
.small-shop{
    width: 100%;
    height: 72px;
    background-color: #ffffff;
    padding-top:10px;
    box-sizing: border-box;
}
.small-shop p:nth-child(1){
    color: #666666;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}
.small-shop p:nth-child(2){
    color: #EA5455;
    font-size: 14px;
    text-align: center;
    margin-top:10px
}
.life-style{
    width: 100%;
    margin-top:70px;
}
.life{
    width: 1140px;
    margin:0 auto;
}
.life-title{
    width:100%;
    display: flex;
    justify-content: space-between;
}
.life-info{
    height: 98px;
    overflow: hidden;
    display: flex;
}
.life-info span:nth-child(1){
    color: #666666;
    font-size: 32px;
    font-weight: bold;
    line-height: 98px;
}
.life-info span:nth-child(2){
    color: #666666;
    font-size: 20px;
    line-height: 108px;
    font-weight: 400;
    margin-left: 20px;
}
.life-title .more{
    font-size: 20px;
    color: #666666;
    font-weight: 400;
    line-height: 108px;
}
.life-list{
    width: 1140px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.life-list li{
    width: 270px;
    height: 366px;
    margin-bottom:20px;
}
.life-list li img{
    width: 270px;
    height: 280px;
}
.shop-life{
    width: 100%;
    height: 86px;
    background-color: #ffffff;
    padding-top:12px;
    box-sizing: border-box;
}
.shop-life p:nth-child(1){
    font-size:20px;
    font-weight:bold;
    color:#666666;
    text-align: center;
}
.shop-life p:nth-child(2){
    font-size:16px;
    font-weight:400;
    color:rgba(234,84,85,1);
    margin-top:10px;
    text-align: center;
}
.bottom {
    width: 100%;
    height: 192px;
    background: #282A2E;
    margin-top: 164px;
    overflow: hidden;
}

.bom {
    width: 1200px;
    height: 192px;
    margin: 0 auto;
    padding: 52px 0 0 0;
    text-align: center;
}

.bom .aboutus li {
    text-align: center;
    display: block;
    width: 16.6%;
    float: left;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.bom .aboutus li p {
    display: block;
    margin-bottom: 10px;
}

.bom .aboutus li h {
    display: block;
    margin-bottom: 8px;
}
#public{
    font-size: 10px;
}
.bom .aboutus li:nth-child(4){
    text-align: left;
    padding-left:40px;
}
.bom .aboutus li:nth-child(5){
    padding-left:46px;
}
.bom .aboutus li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.bom .aboutus li a{
    color: #fff;
}
.bom p {
    font-size: 14px;
    color: #fff;
}
.erweima{
    display: block;
    width: 70px;
    height: 70px;
}