body {
    padding-top: 44px;
}
.top-bar{
    padding-left: 44px;
}
.search-bar{
    padding:10px 88px 10px 0px;
}
.search-bar .text-search{
    border-radius: 50px;
    background: #eeeeee url(../images/app-h5-bg0001.png) 8px center no-repeat;
    background-size: 12px 12px;
    color: #333333;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 0px 10px 0px 24px;
    border: 0px;
    outline: none;
}
.search-bar .btn-seach{
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 44px;
    padding:0px 16px;
}
.search .search-tips{
    text-align: center;
    padding:50px 0px;
}
.result-amount{
    padding:10px 16px;
}
.search .product-item {
    background: #ffffff;
    margin-bottom:5px;
}

.search .product-item .product-item-inner {
    display: block;
    padding: 16px;
}

.search .product-item .product-item-inner:after {
    content: "";
    display: block;
    clear: both;
}

.search .product-item .item-img-box {
    width: 30%;
    float: left;
    position: relative;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    background:#ffffff center center no-repeat;
    background-size: contain;
}
.search .product-item .item-img-box img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
}
.search .product-item .item-img-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.search .product-item .item-img-box:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.search .product-item-video .item-img-box{
    background: url(https://wx.100xuexi.com/images/bgimg/videocoverbgimg.jpg) center center no-repeat;
    background-size: 100% 100%;
}
.search .product-item-video .item-img-box img{
    width: 80%;
    height: auto;
    position: absolute;
    left: 10%;
    top: 25%;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    opacity: 1;
}

.search .product-item .item-des {
    margin-left: 30%;
    padding-left: 16px;
}
.search .product-item .item-des .item-title{
    margin-bottom: 5px;
}
.search .product-item .item-des .item-type{
    color: #0099ff;
}
.search .product-item .item-des .item-price {
    color: #f23a3a;
}