.store{
    width: 95%;
    padding: 10px 2.5%;
}
.store .item{
    font-size: 0;
    border-bottom: 2px solid white;
    padding: 10px;
    /* border-radius: 10px; */
    /* box-shadow: 8px 8px 4px #e6e6e6; */
    margin-bottom: 20px;
    background: transparent !important;
}
.store .item>img{
    height: 65px;
    width: 65px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    vertical-align: middle;
}
.store .item>div:nth-child(2){
    height: 65px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: calc(100% - 145px);
}
.store .item>div:nth-child(2) div:first-child{
    font-size: 17px;
    font-weight: bold;
    color: #333333;
}
.store .item>div:nth-child(2) div:nth-child(2){
    font-size: 11px;
    color: #999999;
}
.store .item>div:nth-child(2) div:nth-child(3){
    font-size: 14px;
    color: #767676;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.store .item>div:nth-child(3){
    display: inline-block;
    vertical-align: middle;
    width: 68px;
    text-align: center;
    font-size: 13px;
}
.store .item>div:nth-child(3) a{
    display: block;
    border-radius: 5px;
    width: 60px;
    margin: 7px auto;
    padding: 3px 0;
}
.store .item>div:nth-child(3) a:first-child{
    background: #F83333;
    color: white;
}
.store .item>div:nth-child(3) a:last-child{
    background: #5FB878;
    color: white;
}