*{margin:0; padding:0; list-style:none;outline:none;}
img{ border:0;  }
a{ text-decoration:none; color:#333;  }
body{margin:0; padding:0; padding-bottom: 2rem;}

.main{
    width: 10rem;
    min-height: 300px;
    background: rgba(216,216,216,0);
    border-radius: 0px 0px 0px 0px;
    padding: .55rem .41rem 0 .41rem;
    box-sizing: border-box;
}

.title{
    width: 10rem;
    height: 1.29rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.48rem;
    line-height: 1.29rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background-color: #FF536A;
    font-family: Microsoft YaHei, Microsoft YaHei;
    color: #FFFFFF;
    text-align: center;
}

.main ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.main ul li{
    width: 4.5rem;
    height: 6.65rem;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
}
.main ul li .mask{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 99;
    height: 2.93rem;
    width: 4.4rem;
    border-radius: 10px;
    background-color: #000;
    opacity: 0.3;
    text-align: center;
    line-height: 2.93rem;
    font-size: .45rem;
    color: #fff;
}
.main .right{
    width: 100%;
    display: block;
}

.main li .title{
    width: 4.36rem;
    height: 0.88rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.32rem;
    color: #3D3D3D;
    line-height: 0.43rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background-color: #fff;
}

.main li .line{
    width: 1.17rem;
    height: 0.03rem;
    background-color: #FF536A;
    margin-top: 0.13rem;
    margin-bottom: 0.13rem;
}

.main li img{
    width: 4.4rem;
    height: 2.93rem;
}

.main li p{
    height: 0.35rem;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.24rem;
    color: #3D3D3D;
    line-height: 0.35rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.main li .btn{
    width: 4rem;
    height: 0.64rem;
    border:solid 1px #FF536A;
    border-radius: .4rem;
    text-decoration: none;
    font-weight: 400;
    font-size: 0.29rem;
    color: #FF536A;
    line-height: 0.64rem;
    display: block;
    text-align: center;
    margin-left: 0.25rem;
    margin-top: 0.35rem;
}


/*翻页*/
.page{
    text-align: center;
    width: 10rem;
    margin: 0 auto;
    height: 1.0667rem;
    background: #FFF;
    padding-top: .44rem;
    border-bottom-left-radius: .2667rem;
    border-bottom-right-radius: .2667rem;
    font-size: 0.35rem;
}
.page a,.page span{color:#000;border-radius:3px;border:1px solid #ccc;padding:8px 15px;background-color: #ffffff;margin-right: 10px;text-decoration: none;}
.page .layui-laypage-curr,.page a:hover,.page span:hover{background-color:#ccc;color:#000;border:1px solid #ccc}
.layui-laypage-prev,.layui-laypage-next{background-color: #efefef!important;}
.layui-laypage{width: 10rem;}
.bottom{
    width: 10rem;
    padding-bottom: .2rem;
    padding-top: .39rem;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: solid 1px #ccc;
    background: #fff;
    z-index: 999;
}

.bottom ul{display: flex;justify-content: space-between;align-items: center;padding: 0 20.0025px;height: 1.4rem;}

.bottom ul li{
    width: 2.5rem;
    height: 1.4rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .2667rem;
}

.bottom ul li a{
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 1.4rem;
}

.bottom ul li .p{
    margin: 0;
    padding: 0;
    font-size: 0.35rem;
    color: #000;
    text-decoration: none;
    height: .6667rem;
    list-style: none;
    line-height: .6667rem;
}

.bottom ul li a img{vertical-align: top;}

.bottom ul .active .p{
    color: #ff536a;
}

.layui-m-layer .layui-m-layerchild h3{
    font-size: 0.45rem;
}

.layui-m-layer .layui-m-layercont
{
    font-size: 0.38rem;
}
