body {
    background-color: #f5f5f5;
}

.pp_brand_select {
    width: 1170px;
    height: auto;
    margin: 0 auto;
    background-color: #ffffff;
}

.case_cont_condition {
    width: 1130px;
    height: 220px;
    margin: 0 auto;
}

.case_choose {
    width: 1130px;
    height: auto;
    float: left;
    display: inline;
}
.case_choose_other {
    width: 980px;
    height: 40px;
    float: left;
    border: 1px solid #fe7314;
    display: flex;
    margin-top: 10px;
}

.xz {
    width: auto;
    height: 30px;
    margin: 0 10px;
    margin-top: 5px;
    cursor: pointer;
}

.xz a {
    font-size: 14px;
    line-height: 30px;
    padding: 2px 5px;
}

dl.case_choose dt {
    width: 138px;
    font-size: 14px;
    color: #000000;

}

dl.case_choose dt,
dl.case_choose dd {
    float: left;
    overflow: hidden;
    display: inline;
    margin-top: 25px;
   
}
dl.case_choose dd a
{
 padding: 2px 5px;
}
dd {
    margin-inline-start: 8px;
    cursor: pointer;
}

.case_jr {
    height: 30px;
}

.on {
    background-color: #fe7314;
    color: #ffffff;
}

dl.case_choose dd:hover {
    background-color: #fe7314;
    color: #ffffff;
}

.pp_brand_search {
    width: 1170px;
    height: 70px;
    background-color: #ffffff;
    margin: 0 auto;
    margin-top: 15px;
    display: flex;
}

.pp_search_l {
    width: auto;
    height: auto;
    display: flex;
}

.pp_search_r {
    display: flex;
    margin-left: 300px;
}

.pp_brand_search_txt {
    width: auto;
    height: auto;
    margin-left: 20px;
}

.pp_brand_search_txt p {
    font-size: 14px;
    font-weight: bold;
    line-height: 70px;
}

.pp_brand_search_input {
    width: 330px;
    height: 35px;
    border: 1px solid #d5d5d5;
    border-right: 0;
    margin-top: 17.5px;
    padding-left: 5px;
}

.pp_brand_search_btn {
    width: 50px;
    height: 35px;
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    border-left: 0;
    margin-top: 17.5px;
    background: url('../spimages/search.png') no-repeat;
    background-position: 50%;
    cursor: pointer;
}

.pp_brand_fb {
    width: 118px;
    height: 35px;
    border: 0;
    border-radius: 5px;
    background-color: #fe7314;
    margin-top: 17.5px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

.pp_brand_phone {
    width: auto;
    height: 70px;
    margin-left: 20px;
}

.pp_brand_phone p {
    font-size: 14px;
    color: #fe7314;
    line-height: 70px;
}

.pp_brand_phone span {
    font-size: 14px;
    color: #000000;
}

.pp_brand_cont {
    width: 1170px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 282px);
}

.pp_brand_items {
    width: 282px;
    height: 112px;
    margin-bottom: 20px;
    background-color: #ffffff;
    display: flex;
}

.pp_items_l {
    width: 130px;
    height: 112px;
}

.pp_items_r {
    width: 152px;
    height: 112px;
}

.pp_items_img {
    width: 102px;
    height: 86px;
    margin-top: 13px;
    margin-left: 14px;
    position: relative;
    border: 1px solid #d5d5d5;
}

.pp_items_img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.vip_img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: -1px;
    right: -1px;
}

.pp_items_title {
    width: auto;
    height: auto;
    margin-top: 13px;
}

.pp_items_title p {
    font-size: 14px;
    padding-right: 10px;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pp_items_city {
    width: auto;
    height: 14px;
    margin-top: 3px;
}

.pp_items_city p {
    font-size: 12px;
    line-height: 14px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pp_items_yeitai {
    width: auto;
    height: 14px;
    margin-top: 3px;
}

.pp_items_yeitai p {
    font-size: 12px;
    line-height: 14px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pp_items_area {
    width: auto;
    height: 14px;
    margin-top: 3px;
}

.pp_items_area p {
    font-size: 12px;
    line-height: 14px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pp_brand_more {
    width: 935px;
    height: 50px;
    margin: 0 auto;
    background-color: #e3e3e5;
    margin-top: 50px;
    margin-bottom: 50px;
    cursor:pointer;
}

.pp_brand_more p {
    font-size: 18px;
    color: #221714;
    line-height: 50px;
    text-align: center;
    letter-spacing: 5px;
}