.denglu{
    margin-top:18px;
    color: #ffffff;
    width: 186px;
    text-align: left;
}

.layui-elip , .denglu a{
    color:#fff;
}

.layui-elip  img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.nickname{
    display: inline-block;
    margin-left: 6px;
}

.header ul li.action {
    border-bottom:4px solid #5181f1
}



.store_content{
    margin:20px 200px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
}


.store_content .item{
    width:200px;
    height: 180px;
    margin: 0px 20px 20px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.08);
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
    position: relative;
}

.store_content .item::after {
    content: " ";
    width: 100%;
    top: 0;
    left:0;
    position: absolute;
    height: 2px;
    border-radius: 2px;
    background: -webkit-gradient(linear,left top,right top,from(#00aeff),to(#2b7bff));
    background: linear-gradient(90deg,#00aeff 0,#2b7bff);
}
*, ::after, ::before {
    box-sizing: border-box;
}

.store_content .item .logo {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 80px;
    margin: 40px auto auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.store_content .item p.name {
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    text-align: center;
}



.store_content .item .icon{
    display: block;
    width: 70px;
    height: 70px;
    margin:40px auto auto;
}

.article-all a:hover,.article-all a.action{
    background: #09f;
    color: #fff !important;
}