#body {
    padding-bottom: 30px;
    width: 100%;
    min-width: 1200px;
    min-height: 420px;
    background: url(../images/strongStore/banner.jpg) top center no-repeat;
    background-color: #F8CC9B;
    font-family:'Microsoft YaHei' !important;
}
.w {
    width: 1000px;
    margin: 0 auto;
}

a{
    text-decoration: none;
}
.search-container {
    margin: 0 auto 30px;
    padding-top: 200px;
    width: 750px;
    height: 55px;
    overflow: hidden;
    /* 清空搜索 */
    position: relative;
    /* 清空搜索 */
}

.search {
    padding: 0 20px;
    width: 660px;
    height: 55px;
    line-height: 55px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    float: left;
}

.search:focus {
    outline-color: #F8CC9B;
}

.search-btn {
    width: 90px;
    height: 55px;
    line-height: 55px;
    float: left;
    background-color: rgb(201, 31, 28, 0.9);
    color: white;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.list-container {
    margin: 0 auto;
    width: 1200px;
}

.list-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-container ul li {
    margin-bottom: 20px;
    padding:30px 50px;
    width: 1200px;
    height: 300px;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: white;
}

.item-info {
    width: 375px;
    margin-right: 75px;
    position: relative;
    float: left;
}

.item-info p {
    margin-top: 0;
    margin-bottom: 10px;
}

.item-info .item-name {
    font-size: 20px;
    font-weight: bold;
}
.item-info .item-name a{
    color: #333;

}
.item-info .item-detail {
    color: #666;
    font-size: 14px;
}
.item-info .item-detail a{
    color: #666;
}
.item-info .item-link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 113px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #ce3431;
    color: white;
    text-decoration: none;
}
.item-product-list{
    float: left;
    width: 640px;
}
.item-product{
    float: left;
    margin-right: 50px;
    width: 180px;
}
.item-product.last{
    margin-right: 0;
}
.item-product:last-of-type{
    margin-right: 0;
}
.item-product .item-image{
    width: 180px;
    height: 180px;
    margin-bottom: 10px;
}
.item-product .item-image img{
    width: 100%;
    height: 100%;
}
.item-product  .item-product-name{
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    margin-bottom: 10px;
}
.item-product  .item-product-name a{
    color: #333;
}
.item-product  .item-product-price{
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 14px;
}
.item-product  .item-product-price span{
    color:#d90000;
    font-weight: bold;
}
.page-container{
    margin: 0 auto;
    padding:30px 40px;
    width: 1200px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
}
.page-container .page-total{
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 29px;
}
.page-container .page-total span{
    color:#d90000;
    font-weight: bold;
}

.page{
   float: right;
}
.page a{
color:#333;
border: 1px solid #ccc;
padding:5px 10px;
cursor: pointer;
font-size: 14px;
text-decoration: none;
}
.page a:hover{
    color:#FF8F36;
    border-color: #FF8F36;
}
.page input{
    width: 40px;
    height: 29px;
    border:1px solid #ccc;
    text-align: center;

}
.page input:focus{
    outline:1px solid #FF8F36;
}
.storeIMark {
    height: 19px;
    margin: 0 1px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.storeIMark.PhoneVerified {
    width: 15px;
    background: url(/images/bg2.png) no-repeat -104px 0px;
}
.storeIMark.RealNameVerified {
    width: 20px;
    background: url(/images/bg2.png) no-repeat -128px 2px;
}
#showEnterpriseLicense{
    vertical-align: middle;
}
/* 无数据时显示 */
.no-pic {
    color: #999;
    font-size: 16px;
    text-align: center;
    line-height: 200px;
}

.no-data {
    margin-bottom: 20px;
    padding: 50px 0 150px;
    border-radius: 10px;
    text-align: center;
    background-color: white;
}

    .no-data img {
        width: 124px;
    }

    .no-data p {
        color: #ccc;
        font-size:16px !important;
    }
/* 搜索清空 */

.search-clear {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/strongstore/qingkong.png) center no-repeat;
    background-size: 100%;
    z-index: 99;
    bottom: 18px;
    right: 100px;
    cursor: pointer;
    display: none;
}

.show {
    display: block;
}