@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:"DINCOND-BOLD","微软雅黑","Arial"; 
    border:none; 
    list-style:none;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}


.top_bg{
    width: 100%;
}
.top_bg img{
    width: 100%;
    display: block;
}
.menu{
    width: 1200px;
    margin: 10px auto;
}
.menu ul{
    overflow: hidden;
}
.menu li{
    float: left;
    width: 290px;
    margin: 10px 5px;
    border: solid 1px #f35c68;
    box-sizing: border-box;
    height: 570px;
}
.menu li img{
    width: 140px;
    float: left;
    margin: 14px 0 10px 70px;
}
.menu li>div{
    overflow: hidden;
}
.menu li .heart{
    height: 0.17rem;
    padding-left: 0.22rem;
    margin: 0.1rem 0.06rem 0 0;
    float: right;
    background: url(../images/heart_off.png) no-repeat;
    background-size: 0.17rem;
    font-size: 0.12rem;
    color: #666;
    font-weight: normal;
    line-height: 0.17rem;
}
.menu li .red{
    background: url(../images/heart_on.png) no-repeat;
    background-size: 0.17rem;
}
p.name{
    text-align: center;
    font-size: 0.16rem;
    color: #000;
    font-weight: bold;
    
    line-height: 0.28rem;
}
p.b222{
    text-align: center;
    font-size: 0.13rem;
    color: #000;
    line-height: 0.22rem;
}
p.b45{
    font-size: 0.14rem;
    color: #454545;
    line-height: 0.22rem;
    margin: 0.1rem 0.11rem;
    text-indent: 0.28rem;
}

.fooder{
    width: 100%;
    background: url(../images/fooder_bg.png) repeat-x;
    padding-top: 0.5rem;
}
.fooder p{
    text-align: center;
    font-size: 0.12rem;
    line-height: 0.24rem;
    color: #333;
}
.fooder img{
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
    .menu{width: 100%;}
    .menu li{width: 90%;margin: 0.1rem 5%;height:auto;}
    .menu li img{width: 40%; margin: 0.14rem 0 0.1rem 30%;}
    p.b222{line-height: 0.28rem;}
    p.b45{line-height: 0.28rem;}
    .menu li .heart{
        height: 0.24rem;
        padding-left: 0.24rem;
        margin: 0.1rem 0.1rem 0 0;
        background-size: 0.24rem;
        font-size: 0.12rem;
        line-height: 0.24rem;
    }
    }
