@font-face {
    font-family: 'iconfont';
    src: url('./iconfont/iconfont.eot');
    src: url('./iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
    url('./iconfont/iconfont.woff2') format('woff2'),
    url('./iconfont/iconfont.woff') format('woff'),
    url('./iconfont/iconfont.ttf') format('truetype'),
    url('./iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html,body{
	margin: 0 auto;
    width: 100%;
}
p {
	margin: 0;
}
.footer--nav-panel{
    position: fixed;
    bottom: 0;
    z-index: 199;
    height: 50px;
    width: 100%;
    background-color:#fbfbfb;
}
.footer--nav-panel .footer--nav-item{
    float: left;
    width: 20%;
    height: 100%;
    text-align: center;
}
.footer--nav-item .item--nav-img{
    height: 30px;
    line-height: 30px;
    width: 100%;
}
.footer--nav-item .iconfont{
    color: #4a4747;
}
.footer--nav-item.this i, .footer--nav-item.this p {
    color: rgb(51,188,142) !important;
}
.footer--nav-item p{
    margin: 0;
    color: #4a4747;
	font-size: 12px;
}
.footer--nav-item .discover_icon{
    font-size: 22px;
}
.footer--nav-item .sort-icon{
    font-size: 15px;
}
.footer--nav-item .news_icon{
    font-size: 20px;
}
.footer--nav-item .car_icon{
    font-size: 22px;
}
.footer--nav-item .my_icon{
    font-size: 22px;
}
.swiper-container {
    width: 100%;
    height: 100%;
    background-color: white;
}

.scroll-works-item {
    width: 45%;
    display: inline-block;
    position: relative;
    float: left;
    margin-left: 3%;
    background-color: white;
    box-shadow: 0 1px 3px #eeeeee;;
    margin-bottom: 3%;
    border-radius: 7px;
    text-decoration: none;
}
.scroll-works-item a {
    text-decoration: none;
}
.scroll-works-item img {
    height: 90px;
    border-radius: 7px 7px 0 0;
    width: 100%;
}
.scroll-album-item{
    /*box-shadow: unset;*/
}
.scroll-album-item img{
    height: 102px;
    z-index: 99;
    top: 0;
    width: 96%;
    left: 0;
    position: relative;
    border-radius: 7px 7px 7px 7px;
}
.scroll-album-item .work-name{
    font-size: 14px;
}
 .scroll-album-item .author-name{
    width: 51%;
}
.scroll-album-item .work-price{
    font-size: 13px;
}
.scroll-album-item .work-bottom{
    margin-top: 3%;
}
.show-new-class {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #33BC8E;
    color: white;
    width: auto;
    text-align: center;
    border-radius: 5px 0 5px 0px;
    padding: 1px 6px 1px 6px;
    font-size: 12px;
}
.scroll-works-item .work-name {
    color: #4c4c4c;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    height: 20px;
}
.scroll-works-item p {
    margin-bottom: 0;
    padding-left: 5%;
    margin: 0;
}
.scroll-works-item .work-bottom {
    color: #8f8f94;
}
.scroll-works-item p {
    margin-bottom: 0;
    padding-left: 5%;
    margin: 0;
}
.scroll-works-item .author-name {
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 59%;
    display: inline-block;
    height: 18px;
}
.scroll-works-item .work-bottom {
    color: #8f8f94;
}
.scroll-works-item .work-price {
    float: right;
    margin-right: 5px;
    color: rgb(51,188,142);
}
.loadtip {
    display: none;
    width: 100%;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #999;
    border-top: 1px solid #ddd;
    margin-bottom: 50px;
}
.layui-m-layermain .layui-m-layersection .layui-m-layer-msg{
    bottom: 0;
}
.scroll-album-item .promote-author-name{
    width: 52%;
}