﻿.top-search-bar {
    position: fixed;
    left: 0px;
    right: 0px;
    background: #ffffff;
    top: 0px;
    height: 44px;
    z-index: 1000;
    line-height: 44px;
    padding: 0px 60px 0px 44px;
}

.top-search-bar::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-top: 1px solid #e53737;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.top-search-bar .search-box {
    border-radius: 100px;
    background: #f3f3f3 url(/images/Mobile_bg0333.png) 10px center no-repeat;
    background-size: 12px 12px;
    height: 30px;
    margin: 7px 0px;
    display: block;
    line-height: 30px;
    padding-left: 30px;
    overflow: hidden;
}

.top-search-bar .search-box .text-search {
    width: 100%;
    height: 30px;
    border: 0;
    outline: none;
    border-radius: 0px;
    background: transparent;
    font-size: 14px;
}

.top-search-bar .left-btns {
    position: absolute;
    left: 0px;
    top: 0px;
}

.top-search-bar .left-btns .btn-back {
    width: 44px;
    height: 44px;
    background: url(/images/Mobile_bg0379.png) center center no-repeat;
    background-size: 28px 28px;
    text-indent: -99999em;
    overflow: hidden;
    display: block;
}

.top-search-bar .right-btns {
    position: absolute;
    right: 0px;
    top: 0px;
}

.top-search-bar .right-btns .btn-search {
    width: 2em;
    height: 44px;
    overflow: hidden;
    display: block;
    padding: 0px 16px;
}

.top-search-bar .top-title {
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 17px;
    overflow: hidden;
}

.search-record {
    position: absolute;
    top: 44px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #f5f5f5;
    z-index: 1000;
}
.search-record:empty{
    display: none;
}
.search-record li {
    margin-bottom: 1px;
    background: #ffffff;
    position: relative
}

.search-record li .KeyWords {
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    padding: 0px 16px 0px 40px;
    display: block;
    font-size: 16px;
    background: url(/images/Mobile_bg0394.png) left 16px center no-repeat;
    background-size: 16px 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-record li .BtnDel {
    background: url(../../images/Mobile_bg0039.png) center center no-repeat;
    background-size: 20px 20px;
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px
}

.BtnEmpty {
    display: block;
    padding: 10px 16px;
    color: #0066cc;
    font-size: 14px;
    text-align: center
}

.SearchResult {
    top: 88px
}

.SearchResult .Spinner {
    text-align: center;
    display: block;
    padding: 8px
}

.SearchResult .NullTips {
    color: #666666;
    text-align: center;
    padding: 20px 16px
}

.history-keywords {
    position: absolute;
    top: 44px;
    z-index: 100;
    left: 0px;
    right: 0px;
    background: #ffffff;
}

.history-keywords .history-keywords-title {
    padding: 0px 0px 0px 16px;
    height: 40px;
    position: relative;
}

.history-keywords .history-keywords-title:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #ececec;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 3;
}

.history-keywords .history-keywords-title .title-text {
    font-size: 15px;
    line-height: 40px;
    float: left;
    color: #999999;
}

.history-keywords .history-keywords-title .btn-empty {
    float: right;
    width: 40px;
    height: 40px;
    background: url(/images/Mobile_bg0358.png) center center no-repeat;
    background-size: 24px 24px;
}

.history-keywords li {
    width: 50%;
    float: left;
    background: #ffffff;
    position: relative;
    padding: 0px 16px;
    box-sizing: border-box;
    position: relative;
    height: 44px;
}

.history-keywords li:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    border-right: 1px solid #ececec;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    z-index: 3;
}

.history-keywords li:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #ececec;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 3;
}

.history-keywords li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    padding: 10px 0px;
}

.PopRecord {
    position: fixed;
    left: 32px;
    right: 32px;
    top: 50%;
    background: #ffffff;
    border-radius: 4px;
    z-index: 2001;
    box-shadow: 0px 0px 8px #000000;
    overflow: hidden;
    border: 1px solid #ffffff;
    margin-top: -134px;
    display: none
}

.PopRecord .PopTitle {
    height: 40px;
    border-bottom: 1px solid #e67a00
}

.PopRecord .PopTitle h1 {
    height: 40px;
    line-height: 40px;
    color: #cc3300;
    font-size: 18px;
    font-weight: bold;
    text-align: center
}

.PopRecord .PopTitle .BtnClose {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: url(../../images/Mobile_bg0016.png) center center no-repeat;
    background-size: 20px 20px
}

.PopRecord .IcoRecord {
    background: url(../../images/Mobile_bg0102_0.png) center center no-repeat;
    background-size: 130px 74px;
    height: 160px
}

.PopRecord .IcoRecording {
    background: url(../../images/Mobile_bg0102.gif) center center no-repeat;
    background-size: 130px 74px;
    height: 160px
}

.PopRecord .IcoRecognizing {
    background: url(../../images/Mobile_bg0102_1.gif) center center no-repeat;
    background-size: 130px 74px;
    height: 160px
}

.PopRecord .BtnContainer {
    height: 40px;
    padding: 12px;
    background: #ebe6de
}

.PopRecord .BtnControl {
    display: block;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background: #e66712;
    color: #ffffff;
    font-size: 16px;
    border-radius: 4px
}

.PopRecord .BtnContainer .Tips {
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    display: none
}

.result-block {
    background: #ffffff;
}

.search-item {
    position: relative;
}
.search-item-hot{
    background: #f8efff;
}
.search-item::after {
    content: "";
    display: block;
    position: absolute;
    left: 16px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.search-item:last-child:after {
    display: none;
}

.search-item .search-item-inner {
    display: block;
    padding: 16px;
    overflow: hidden;
    zoom: 1;
}

.search-item .item-img-box {
    width: 36%;
    float: left;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
    z-index: 1;
}
.search-item .item-img-box .item-img-bg{
    background: #f5f5f5;
    background-size: cover;
    filter: blur(50px);
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    z-index: 1;
}
.search-item .item-img-box .item-img {
    position: relative;
    padding-top: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

.search-item .item-img-box .item-img::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.search-item .item-img-box .item-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.search-item .item-des {
    margin-left: 36%;
    padding-left: 10px;
}

.search-item .item-des .item-title .typeName {
    color: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    padding: 0px 2px;
    border: 1px solid;
    font-size: 12px;
    margin-right: 3px;
}
.search-item .item-des .item-title .item-flag{
    color: #ffffff;
    background: #e53737;
    border: 1px solid #e53737;
    border-radius: 4px;
    padding: 0px 2px;
    font-size: 12px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
}

.search-item .item-des .item-title .item-flag-hot{
    color: #ffffff;
    background: #8900ea;
    border: 1px solid #8900ea;
    border-radius: 4px;
    /* padding: 0px 2px; */
    font-size: 12px;
    display: inline-block;
    margin-right:3px;
    line-height: 1;
    padding: 3px 3px 3px 1px;
    vertical-align: middle;
}


.search-item .item-des .item-other-info {
    line-height: 1;
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.search-item .item-des .item-other-info .item-price {
    color: #e53737;
    font-family: 'Roboto', sans-serif;
    margin-right: 1em;
    font-size: 12px;
}

.search-item .item-des .item-other-info .item-price .price-int {
    font-size: 22px;
}

.search-item .item-des .item-other-info .item-hot {
    color: #cc6600;
    font-size: 12px;
}


.search-item .vip-tag {
    position: relative;
    color: #ffffff;
    border-radius: 6px;
    font-size: 0;
    overflow: hidden;
    z-index: 100;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.search-item .vip-tag:after{
    content: "";
    display: block;
    position: absolute;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}
.search-item .vip-tag .vip-tag-text1 {
    padding: 4px;
    background: linear-gradient(to right, #f2debb, #e4b96a);
    color: #4d320e;
    line-height: 1;
    display: block;
    font-size: 12px;
}

.search-item .vip-tag .vip-tag-text2 {
    padding: 4px;
    background: #4d320e;
    color: #ffffff;
    line-height: 1;
    display: block;
    font-size: 12px;
}


.search-item .zxxvip-tag {
    position: relative;
    color: #ffffff;
    border-radius: 6px;
    font-size: 0;
    overflow: hidden;
    z-index: 100;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.search-item .zxxvip-tag:after{
    content: "";
    display: block;
    position: absolute;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}
.search-item .zxxvip-tag .vip-tag-text1 {
    padding: 4px;
    background: linear-gradient(120deg, #fcfcb3, #66ffec);
    color: rgba(0,0,0,0.8);
    line-height: 1;
    display: block;
    font-size: 12px;
}

.search-item .zxxvip-tag .vip-tag-text2 {
    padding: 4px;
    background: #00a074;
    color: #ffffff;
    line-height: 1;
    display: block;
    font-size: 12px;
}

.empty-tips {
    text-align: center;
    padding: 100px 0px;
}

.empty-tips .empty-ico {
    background: url(/images/Mobile_bg0600.png) center center no-repeat;
    background-size: 100% 100%;
    width: 100px;
    height: 100px;
    margin: 0px auto 10px auto;
}

.empty-tips .empty-title {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    margin-bottom: 10px;
}

.empty-tips .empty-des li {
    font-size: 12px;
    color: #999999;
    position: relative;
}

.empty-tips .empty-des li:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    vertical-align: middle;
    margin-right: 5px;
    background: #999999;
    border-radius: 100%;
}

.key {
    color: #ff0000;
}


.load-status {
    padding: 16px;
}

.load-status .btn-load-more {
    background: #ffffff;
    border-radius: 8px;
    text-align: center;
    display: block;
    line-height: 48px;
    color: #336699;
}

.load-status .is-loading {
    text-align: center;
    display: block;
    line-height: 48px;
    color: #888888;
}

.load-status .is-loading::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    background: url(/images/loading-1.gif) center center no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.load-status .has-loaded-all {
    text-align: center;
    display: block;
    line-height: 48px;
    color: #888888;
}
.hot-list:empty{
    display: none;
}
.hot-list{
    position: relative;
    padding: 16px;
    background: #ffffff;
}
.hot-list .hot-list-title{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.hot-list .hot-item{
    position: relative;
    padding: 10px 0px;
}
.hot-list .hot-item:after{
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    background: rgba(0, 0, 0, 0.1);
}
.hot-list .hot-item:last-child::after{
    display: none;
}
.hot-list .hot-item .item-inner{
    position: relative;
    padding: 0px 60px 0px 30px;
}
.hot-list .hot-item .item-inner .item-no{
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 1.4em;
    height: 1.4em;
    left: 0px;
    top: 50%;
    margin-top: -0.7em;
    text-align: center;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
}
.hot-list .hot-item .item-inner .item-title{
    font-size: 15px;
}
.hot-list .hot-item:nth-child(1) .item-inner .item-no{
    background: #e53737;
    color: #ffffff;
}
.hot-list .hot-item:nth-child(2) .item-inner .item-no{
    background:#ff6600;
    color: #ffffff;
}
.hot-list .hot-item:nth-child(3) .item-inner .item-no{
    background:#ffaa00;
    color: #ffffff;
}

.hot-list .hot-item .item-inner .item-count{
    position: absolute;
    right: 0px;
    top: 0px;
    color: rgba(0, 0, 0, 1);
    background: url(/images/Mobile_bg0690.png) left center no-repeat;
    background-size: 0.8em auto;
    padding-left: 1em;
    opacity: 0.5;
    font-family: 'Roboto', sans-serif;
}
@media (prefers-color-scheme:dark) {
    .top-search-bar{
        background: #1a1a1a;
    }
    .top-search-bar .search-box{
        background-color: rgba(255, 255, 255, 0.1);
    }
    .top-search-bar .left-btns .btn-back{
        background-image: url(/images/Mobile_bg0379_1.png);
    }
    .hot-list{
        background: #1a1a1a;
    }
    .hot-list .hot-item:after{
        background: rgba(255, 255, 255, 0.1);
    }
    .hot-list .hot-item .item-inner .item-no{
        background: rgba(255, 255, 255, 0.5);
        color: rgba(0, 0, 0, 0.6);
    }
    .hot-list .hot-item .item-inner .item-count{
        color: rgba(255, 255, 255, 0.75);
    }
    .search-record{
        background: #000000;
    }
    .search-record li{
        background: rgba(255, 255, 255, 0.1);
    }
    .result-block{
        background: rgba(255, 255, 255, 0.1);
    }
    .search-item::after{
        background: rgba(255, 255, 255, 0.1);
    }
    .load-status .btn-load-more{
        background: rgba(255, 255, 255, 0.1);
        color: #0099ff;
    }
}