body{
    max-width: 540px;
    /* max-width: 100%; */
    min-width: 320px;
    margin: 0 auto;
    font: normal 14px/1.5 Tahoma,"Lucida Grande",Verdana,"Microsoft Yahei",STXihei,hei;
    color: #000;
    /* background: #fff; */
    overflow-x: hidden;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
/* header部分 */
.header{
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    min-width: 320px;
    max-width: 540px;
    height: 58px;
}
.header-img{
    width: 170px;
    height: 58px;
    display: flex;
    flex: 1;
}
.header-img img{
    margin-top: 8px;
}
div{
    box-sizing: border-box;
}
.search{
    height: 30px;
    margin: 18px 0 18px -2px;
    border: 1px solid lightsalmon;
    border-radius: 5px;
    border-right: none;
    display: flex;
    flex: 3;
    box-shadow: 0 3px 4px rgba(255, 148, 81, 0.4);
    
}
.search-input{
    outline:none;
    border: none;
    height: 20px;
    flex: 2;
    /* margin-top: 0px; */
    padding: 2px 0 2px 10px;
    width: 88%;
}
.search-input:focus{
    border: none;
}
.search-input::-webkit-input-placeholder{
    color: lightsalmon;
}
.search-bn{
    outline:none;
    border: none;
    height: 29px;
    border-radius: 5px;
    background: #f65;
    color: #fff;
    flex: 1;
}
/* header部分结束 */

/* 焦点图模块开始 */
.focus{
    /* padding: 44px; */
    border-radius: 8px;
    display: flex;
}
.focus img{
    width: 100%;
}

/* 导航开始 */
.nav{
    height: 26px;
    display: flex;
    background: #f65;
    border-radius: 8px;
    margin: 3px 4px;
    flex-direction: row;
    justify-content: center;
}
li{
    display: list-item;
    border-right: 1px solid #FF0033;
    text-align: center;
    vertical-align: middle;
    flex: 1;
    color: #fff;
}
li a{
    vertical-align: middle;
}
li:last-child{
    border-right: none;
}

.nav li a{
    display: flex;
    flex-direction: raw;
    align-items: center;
    color: #fff;
    text-decoration: none;
}
.nav li a .nav-left{
    margin-top: 3px;
    margin-left: 25%;
    /* flex: 1; */
}
.nav li a .nav-left-one{
    margin-top: 3px;
    margin-left: 25%;
    /* flex: 1; */
}
.nav li a .icon-left{
    background: url(../images1/icon.png) no-repeat -220px -34px;
    max-width: 23px;
    height: 17px;
    margin-top: 5px;
    margin-left: 18%;
}
.nav li a .icon{
    background: url(../images1/icon.png) no-repeat -143px 0;
    width: 9px;
    height: 5px;
    margin-top: 5px;
    margin-left: 20%;
}
.nav li a .icon-right{
    background: url(../images1/icon.png) no-repeat -220px -58px;
    /* background-color: pink; */
    max-width: 23px;
    height: 15px;
    margin-top: 3px;
    margin-left: 18%;
}
/* 导航结束 */

/* 百科开始 */
h2{
    padding: 0;
    margin: 0;
}
.baike{
    display: flex;
    /* border-bottom: 2px solid #f65; */
    height: 38px;
}
.baike-tit h2{
    display: inline-block;
}
.baike-tit h2 a{
    color: #f65;
    font-size: 1.2rem;
    font-weight: normal;
}
.baike a{
    text-decoration: none;
}
.baike-tit{
    flex: 1.5;
}
.baike-nav{
    display: flex;
    flex:2;
}
.baike-nav a{
    flex: 1;
    text-align: center;
    line-height: 38px;
    color: #666;
}
.baike-nav a:hover{
    text-decoration: none;
    color: #f65;
    background: url(../images1/nav_bj.png) no-repeat center bottom;
}
.baike-banner{
    /* overflow: hidden; */
    margin: 5px 3px 5px;
    display: flex;
    flex-direction: column;
}
.baike-banner-nav{
    display: flex;
    /* height: 88px; */
    height: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.nav-items{
    flex: 1;
    display: flex;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.nav-items .nav-items-left{
    flex: 1;
}
.nav-items .nav-items-right{
    flex: 2;
}
.nav-items .nav-items-right span{
    font-size: 14px;
    color: #333;
    padding:8px 0 10px;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;
    line-height: 38px;
}
.nav-items .nav-items-right span:hover{
    color: #f65;
}
.nav-items .nav-items-right span.bottom{
    color: #999;

}
.nav-items .nav-items-left img{
    max-width: 90px;
    height: 78px;
}
.nav-items:nth-child(-n+2){
    border-right: 1px solid #fff;
}
.baike-banner-nav:nth-child(2){
    margin: 3px 0;
}
/* 百科结束 */


/* 猫咪大全开始 */
.maomi{
    display: flex;
}

.maomi h2 a{
    text-decoration: none;
    color: #f65;
    font-size: 1.2rem;
    font-weight: normal;
}
.maomi-nav{
    /* background-color: #f65; */
    /* height: 169px; */
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.maomi-nav-items{
    margin-top: 10px;
    /* border: 1px solid black; */
    /* margin: 4px 4px 0 4px; */
    flex: 1;
    transition: all 0.5s;
    height: 100%;
}
.maomi-nav-items:hover{
    transform: translateY(-10px);
    box-shadow: 10px 10px 18px rgb(196, 191, 191);
}
.maomi-nav-items a{
    text-decoration: none;
    text-align: center;
    color: black;
}
.maomi-nav-items a:hover{
    color: #f65;
}
.maomi-nav-items a img{
    /* max-width: 160px; */
    width: 98%;
    height: 100%;
}
.maomi-nav-items .maomi-bottom{
    max-width: 100%;
    height: 26px;
    /* height: 100%; */
    background-color: #efefef;
    margin-top: -10px;
    z-index:999;
    position: relative;
}

.maomi-nav-items a img.three {
   height: 98%;
}
/* 猫咪大全结束 */


/* footer */
.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer p{
    color: #666;
    display: block;
    text-align: center;
}
.footer p a{
    text-decoration: none;
    color: #666;
}.footer p a:hover{
    color: #f65;
}