.logo {
    background:url(/common/design/user/img/images-top/logo-market.png) no-repeat;
    background-size: 100% 100%;
    width:57px;
    height:57px;
}
.portrait .wrap-header-sp .logo {
    left: 60px;
    top: 0;
}


.search {
    margin: 0 5px 20px 5px;
}

.search h2 {
    color: #fff;
    font-size: 100%;
    padding: 7px 0 7px 30px;
    background-color: #e70000;
    background-image: url(/common/smart/design/css/img/icon_search.png), url(/common/smart/design/css/img/arrow5.png);
    background-position: 5px 50%, 98% 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px, 10px 6px;
}

.search dl {
    padding: 5px;
    background: #fff;
    border: 5px solid #f8f8f8;
}

.search dt {
    font-size: 75%;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.search dd {
    font-size: 75%;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #d8d8d8;
}

.search dd input[type="text"] {
    margin: 3px;
}

.sbmt {
    overflow: hidden;
}
.sbmt {
    text-align: center;
    margin: 20px 0 0 0;
}

.sbmt input[type="submit"] {
    position: relative;
    z-index: 1;
    outline: none;
    height: 68px;
    width: 284px;
    font-weight: 700;
    padding: 20px 100px;
    margin: 20px 8px 26px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    font-size: 120%;
    background: linear-gradient(#444, #1a1a1a);
    border: none;
}

.mb-10 {
    margin-bottom: 10px;
}

.sort-btn {
    background-color: #ff0201;
    border: 1px solid white;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    width: 80px;
    height: 30px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
}

.sort-btn:hover{
    background-color: lightcoral;
}
.sort-choice {
    background-color: lightcoral;
}

.item_list {
    margin: 0 5px;
}

.item_list h2 {
    font-size: 87.5%;
    height: 28px;
    padding: 10px 0 0 10px;
    border-bottom: 1px solid #202020;
    border-top: 1px solid #202020;
}

.item_list h2 strong {
    font-size: 150%;
    color: #e70000;
    margin: 0 5px 0 0;
}

.item_list span {
    line-height: 130%;
    font-size: 90%;
}

.item_list h2 span {
    margin: 0 0 0 10px;
}

.page_navi {
    margin: 5px 0 0 0;
}

.page_navi ul {
    text-align: center;
}

.page_navi li {
    font-size: 75%;
    display: inline;
}

.page_navi li a {
    color: #878787;
    display: inline-block;
    padding: 6px 10px;
    border: 1px #bbb solid;
}

.page_navi li span {
    color: #fff;
    display: inline-block;
    padding: 6px 10px;
    background-color: #898989;
    border: 1px #bbb solid;
    font-weight: 700;
}

ul.list_user {
    text-align: center;
}

.item_list ul.list_user {
    margin: 5px 0 0 0;
}

ul.list_user li {
    width: 48%;
    text-align: center;
    display: inline-block;
    margin: 0 0 10px 0;
    vertical-align: top;
}

ul.list_user li:last-child {
    margin: 0;
}

ul.list_user li p {
    font-size: 75%;
    text-align: left;
    line-height: 150%;
}
.list_user .bl-hot{
    height: auto;
}

.item_list li img{
    height: 145.42px;
    object-fit: contain;
    width: 100%;
}
.list_user .bl-hot p:last-child{
    width:100%;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.item_list li p span {
    font-size: 80%;
    color: #fff;
    padding: 0 7px;
    margin: 0 5px 0 0;
    background: #202020;
    border-radius: 20px;
}
