@charset "utf-8";
/* CSS Document */
.nearshopparts {
    margin: 10px 0;
    padding: 5px 0;
    clear: left;
}
.nearshopparts_head {
    background: #999;
    padding: 7px 16px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border: 1px solid #ddd;
    overflow: hidden;
}
.nearshopparts_title {
    float: left;
}
p.nearshopparts_more_link {
    float: right;
}
.nearshopparts_content {
    display: flex;
    justify-content: flex-start;
}
.nearshopparts_more_link a{
    color: white;
}
.nearshopparts_content .shop-list {
    margin: 10px 2px 4px 2px;
    width: 150px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
}
.nearshopparts_content .shopimg{
    width: 100%;
    height: 150px;
    overflow: hidden;
    display: block;
    position: relative;
}
.nearshopparts_content .shopimg img{
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.nearshopparts_content .shop_info {
    padding: 3px 5px 3px;
    border-bottom: 1px solid #d0d0d0;
}
.nearshopparts_content .shop_info .name a,
.nearshopparts_content .shop_info .name {
    font-size: 19px;
    font-weight: bold;
    color: #3a97d2;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nearshopparts_content .shop_info .area{
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nearshopparts_content .shop_info .catch{
    color: #3a97d2;
    font-size: 13px;
    margin-top: 3px;
    line-height: 20px;
    height: 40px;
}
.nearshopparts_content .shop-btn {
    padding: 11px 10px;
    text-align: center;
}
.nearshopparts_content .shop-btn a {
    color: #fff;
    font-size: 12px;
    border: 1px solid;
    border-radius: 5px;
    padding: 6px 8px 6px;
    background: #83c8f5;
    font-weight: bold;
    text-decoration: none;
}