html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,img{margin:0;padding:0;}
body{
    font-family: "Arial";
    font-size: .16rem;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
}
fieldset,img{border:none;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
em,i,b,strong{font-style:normal;font-weight:normal;}
ul li,ol li{list-style:none;}
a{
    text-decoration:none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
}

*{
    padding: 0;
    margin: 0;
}
html{
    font-size: 625%;
}
.head{
    width: 100%;
    height: .4rem;
    display: flex;
    align-items: center;
    padding: 0 .1rem;
    box-sizing: border-box;
    background: #f4f4f4;
    position: fixed;
    top: 0;
    z-index: 9999;
}
.head .logo{
    width: .24rem;
    height: .24rem;
    display: flex;
    align-items: center;
}
.head .logo img{
    width: .24rem;
    height: .24rem;
}
.head .title{
    color: #333333;
    font-size: .17rem;
    margin-left: .15rem;
}
.head .search{
    width: .18rem;
    height: .4rem;
    margin-left: auto;
    display: flex;
    align-items: center;
}
.head .search img{
    width: .18rem;
    height: .19rem;
}
.navigation{
    width: 100%;
    height: .86rem;
    background: #ffffff;
    z-index: 10001;
    margin-top: .4rem;
    border-bottom: .01rem solid #DEDEDE;
    box-sizing: border-box;
}
.navigation ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: .11rem;
}
.navigation ul li{
    width: calc((100% - .86rem)/4);
    display: flex;
    justify-content: center;
    margin-right: .22rem;
    margin-bottom: .11rem;
}
.navigation ul li:nth-child(1), .navigation ul li:nth-child(4n+1){
    margin-left: .1rem;
}
.navigation ul li:nth-child(4n){
    margin-right: .1rem;
}
.navigation ul li div{
    width: .72rem;
    height: .26rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: .01rem solid #B9B9B9;
    border-radius: .05rem;
    box-sizing: border-box;
    color: #868686;
    font-size: .14rem;
}
.navigation ul li .active{
    border: .01rem solid #F7DECC;
    background: #F7DECC;
    color: #3B3B3B;
    font-size: .14rem;
}
.masterList{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: .12rem;
    box-sizing: border-box;
}
.masterList a{
    width: calc((100% - .47rem)/4);
    margin-right: .09rem;
    /*margin-bottom: .1rem;*/
    height: 1.32rem;
    background: #ffffff;
    text-align: center;
}
.masterList .item .pic{
    width: 100%;
    height: .98rem;
    border-radius: .05rem;
    background: #F4F4F4;
    padding-top: .08rem;
    box-sizing: border-box;
}
.masterList .item .pic img{
    width: .66rem;
    height: .82rem;
    text-align: center;
}
.masterList .item .describe {
    color: #000000;
    font-size: .13rem;
    padding-top: .08rem;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: .66rem;
    margin: 0 auto;
}
.masterList a:nth-child(4n) {
    margin-right: .1rem;
}
.masterList a:first-child, .masterList a:nth-child(4n + 1) {
    margin-left: .1rem;
}
/* 分页器 */
.paging{
    width: 96%;
    height: .21rem;
    margin: .15rem auto;
}
.paging .pager{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.paging .pager li{
    height: .21rem;
    padding: 0 .08rem;
    margin-right: .11rem;
    background: #DEDEDE;
    color: #484848;
    font-size: .15rem;
    box-sizing: border-box;
}
.paging .pager li:last-child{
    margin-right: 0;
}
.paging .pager li a{
    color: #484848;
}
.paging .pager li.pageNum{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.paging .pager li .xab{
    position: absolute;
    height: .75rem;
    overflow-y: auto;
    overflow-x: hidden;
    top: -.75rem;
    left: 0;
    text-align: center;
    width: 100%;
}
.paging .pager li .xab ul{
    margin-left: 0;
    padding-bottom: 0;
}
.paging .pager li .xab ul::-webkit-scrollbar {
    display: none;
}
.paging .pager li .xab ul li{
    border: 0;
    color: #333333;
    width: 100%;
    height: .25rem;
    line-height: .25rem;
    margin-left: 0;
    text-align: center;
    padding: 0;
    border-radius: 0;
    box-sizing: border-box;
    background: #CBCBCB;
}
.menu{
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: .1rem;
    box-sizing: border-box;
    margin-bottom: .91rem;
}
.menu a{
    color: #D66B1E;
    font-size: .13rem;
    display: inline-block;
    margin-right: .05rem;
}
.menu .pic{
    display: flex;
    align-items: center;
    height: .11rem;
    margin-right: .05rem;
}
.menu .pic img{
    width: .12rem;
    height: .11rem;
}
.menu span{
    color: #D66B1E;
    font-size: .13rem;
    display: inline-block;
    margin-right: .05rem;
}
.navList{
    width: 100%;
    position: fixed;
    bottom: 0;
}
.nav{
    width: 100%;
    height: .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: .01rem solid #E4E4E4;
    background: #ffffff;
}
.nav div{
    flex: 1;
    display: flex;
    justify-content: center;
    color: #484848;
    font-size: .14rem;
}
.nav .app, .nav .feedback{
    height: .3rem;
    display: flex;
    align-items: center;
    border-right: .01rem solid #E4E4E4;
}
.nav .feedback{
    border: none;
}
.remarks{
    width: 100%;
    height: .38rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DFDEDE;
    color: #999999;
    font-size: .1rem;
}
